aboutsummaryrefslogtreecommitdiff
path: root/src/DBusObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBusObject.cpp')
-rw-r--r--src/DBusObject.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DBusObject.cpp b/src/DBusObject.cpp
index c476ea9..49d715a 100644
--- a/src/DBusObject.cpp
+++ b/src/DBusObject.cpp
@@ -56,6 +56,8 @@
#include "GattUuid.h"
#include "Logger.h"
+namespace ggk {
+
// Construct a root object with no parent
//
// We'll include a publish flag since only root objects can be published
@@ -284,3 +286,5 @@ void DBusObject::emitSignal(GDBusConnection *pBusConnection, const std::string &
}
}
+
+}; // namespace ggk \ No newline at end of file