From 322aeccbe9065863246078da3a945e8f9983d2c5 Mon Sep 17 00:00:00 2001 From: Paul Nettle Date: Fri, 1 Sep 2017 13:23:34 -0500 Subject: Cleaned up the logging a bit, improved server termination status returned from ggkWait. --- src/DBusInterface.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/DBusInterface.h') 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 methods; std::list events; }; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3