aboutsummaryrefslogtreecommitdiff
path: root/src/ServerUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ServerUtils.h')
-rw-r--r--src/ServerUtils.h4
1 files changed, 4 insertions, 0 deletions
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 <gio/gio.h>
#include <string>
+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