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.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ServerUtils.h') diff --git a/src/ServerUtils.h b/src/ServerUtils.h index 3ab9511..1b6c5be 100644 --- a/src/ServerUtils.h +++ b/src/ServerUtils.h @@ -37,6 +37,8 @@ #include #include +namespace ggk { + struct ServerUtils { // Builds the response to the method call `GetManagedObjects` from the D-Bus interface `org.freedesktop.DBus.ObjectManager` @@ -60,3 +62,5 @@ struct ServerUtils // See: https://www.bluetooth.com/specifications/gatt/viewer?attributeXmlFile=org.bluetooth.characteristic.local_time_information.xml static GVariant *gvariantLocalTime(); }; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3