aboutsummaryrefslogtreecommitdiff
path: root/src/DBusInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DBusInterface.cpp')
-rw-r--r--src/DBusInterface.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/DBusInterface.cpp b/src/DBusInterface.cpp
index d96171e..a855f52 100644
--- a/src/DBusInterface.cpp
+++ b/src/DBusInterface.cpp
@@ -58,6 +58,8 @@
#include "DBusObject.h"
#include "Logger.h"
+namespace ggk {
+
//
// Construction
//
@@ -200,3 +202,5 @@ std::string DBusInterface::generateIntrospectionXML(int depth) const
return xml;
}
+
+}; // namespace ggk \ No newline at end of file