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/GattInterface.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/GattInterface.h') diff --git a/src/GattInterface.h b/src/GattInterface.h index 3c4075e..70e8ede 100644 --- a/src/GattInterface.h +++ b/src/GattInterface.h @@ -43,6 +43,8 @@ #include "Server.h" #include "Utils.h" +namespace ggk { + // --------------------------------------------------------------------------------------------------------------------------------- // Forward declarations // --------------------------------------------------------------------------------------------------------------------------------- @@ -229,3 +231,5 @@ protected: std::list properties; }; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3