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/GattProperty.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/GattProperty.h') diff --git a/src/GattProperty.h b/src/GattProperty.h index b340945..fb15c49 100644 --- a/src/GattProperty.h +++ b/src/GattProperty.h @@ -35,6 +35,8 @@ #include #include +namespace ggk { + struct DBusObjectPath; // Representation of a GATT Property @@ -104,3 +106,5 @@ private: GDBusInterfaceGetPropertyFunc getterFunc; GDBusInterfaceSetPropertyFunc setterFunc; }; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3