aboutsummaryrefslogtreecommitdiff
path: root/src/DBusInterface.h
diff options
context:
space:
mode:
authorPaul Nettle <nettle.paul@gmail.com>2017-09-01 13:23:34 -0500
committerPaul Nettle <nettle.paul@gmail.com>2017-09-01 13:23:34 -0500
commit322aeccbe9065863246078da3a945e8f9983d2c5 (patch)
tree5288c9f4a338e80e6e9ac4ed9e682536b3e6871d /src/DBusInterface.h
parentRemoved null-terminators from strings being built into Variants as byte arrays. (diff)
downloadgobbledegook-322aeccbe9065863246078da3a945e8f9983d2c5.tar.gz
gobbledegook-322aeccbe9065863246078da3a945e8f9983d2c5.tar.bz2
gobbledegook-322aeccbe9065863246078da3a945e8f9983d2c5.zip
Cleaned up the logging a bit, improved server termination status returned from ggkWait.
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