aboutsummaryrefslogtreecommitdiff
path: root/src/DBusObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBusObject.h')
-rw-r--r--src/DBusObject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DBusObject.h b/src/DBusObject.h
index 123964e..79564ba 100644
--- a/src/DBusObject.h
+++ b/src/DBusObject.h
@@ -40,6 +40,8 @@
#include "DBusInterface.h"
#include "DBusObjectPath.h"
+namespace ggk {
+
struct GattProperty;
struct GattService;
struct GattUuid;
@@ -133,3 +135,5 @@ private:
std::list<DBusObject> children;
DBusObject *pParent;
};
+
+}; // namespace ggk \ No newline at end of file