aboutsummaryrefslogtreecommitdiff
path: root/src/DBusInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBusInterface.h')
-rw-r--r--src/DBusInterface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DBusInterface.h b/src/DBusInterface.h
index 8598675..1dc8971 100644
--- a/src/DBusInterface.h
+++ b/src/DBusInterface.h
@@ -40,6 +40,8 @@
#include "DBusMethod.h"
#include "DBusObjectPath.h"
+namespace ggk {
+
// ---------------------------------------------------------------------------------------------------------------------------------
// Forward declarations
// ---------------------------------------------------------------------------------------------------------------------------------
@@ -138,3 +140,5 @@ protected:
std::list<DBusMethod> methods;
std::list<TickEvent> events;
};
+
+}; // namespace ggk \ No newline at end of file