aboutsummaryrefslogtreecommitdiff
path: root/src/GattInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattInterface.cpp')
-rw-r--r--src/GattInterface.cpp4
1 files changed, 4 insertions, 0 deletions
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