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/GattCharacteristic.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/GattCharacteristic.h') diff --git a/src/GattCharacteristic.h b/src/GattCharacteristic.h index e7052dc..3815b2a 100644 --- a/src/GattCharacteristic.h +++ b/src/GattCharacteristic.h @@ -41,6 +41,8 @@ #include "TickEvent.h" #include "GattInterface.h" +namespace ggk { + // --------------------------------------------------------------------------------------------------------------------------------- // Forward declarations // --------------------------------------------------------------------------------------------------------------------------------- @@ -217,3 +219,5 @@ protected: GattService &service; UpdatedValueCallback pOnUpdatedValueFunc; }; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3