From 322aeccbe9065863246078da3a945e8f9983d2c5 Mon Sep 17 00:00:00 2001 From: Paul Nettle Date: Fri, 1 Sep 2017 13:23:34 -0500 Subject: Cleaned up the logging a bit, improved server termination status returned from ggkWait. --- src/GattInterface.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/GattInterface.cpp') diff --git a/src/GattInterface.cpp b/src/GattInterface.cpp index bb80481..ee59afd 100644 --- a/src/GattInterface.cpp +++ b/src/GattInterface.cpp @@ -36,6 +36,8 @@ #include "DBusObject.h" #include "Logger.h" +namespace ggk { + // // Standard constructor // @@ -121,3 +123,5 @@ std::string GattInterface::generateIntrospectionXML(int depth) const return xml; } + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3