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/ServerUtils.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ServerUtils.cpp') diff --git a/src/ServerUtils.cpp b/src/ServerUtils.cpp index bee20cf..2cfa0e4 100644 --- a/src/ServerUtils.cpp +++ b/src/ServerUtils.cpp @@ -49,6 +49,8 @@ #include "Logger.h" #include "Utils.h" +namespace ggk { + // Adds an object to the tree of managed objects as returned from the `GetManagedObjects` method call from the D-Bus interface // `org.freedesktop.DBus.ObjectManager`. // @@ -312,3 +314,5 @@ GVariant *ServerUtils::gvariantLocalTime() GVariant * const pVariant = g_variant_builder_end(&builder); return pVariant; } + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3