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/DBusObjectPath.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/DBusObjectPath.h') diff --git a/src/DBusObjectPath.h b/src/DBusObjectPath.h index 78cba15..c1e4af5 100644 --- a/src/DBusObjectPath.h +++ b/src/DBusObjectPath.h @@ -39,6 +39,8 @@ #include #include +namespace ggk { + struct DBusObjectPath { // Default constructor (creates a root path) @@ -170,3 +172,5 @@ inline std::ostream& operator +(std::ostream &os, const DBusObjectPath &path) os << path.toString(); return os; } + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3