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/DBusObject.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/DBusObject.h') diff --git a/src/DBusObject.h b/src/DBusObject.h index 123964e..79564ba 100644 --- a/src/DBusObject.h +++ b/src/DBusObject.h @@ -40,6 +40,8 @@ #include "DBusInterface.h" #include "DBusObjectPath.h" +namespace ggk { + struct GattProperty; struct GattService; struct GattUuid; @@ -133,3 +135,5 @@ private: std::list children; DBusObject *pParent; }; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3