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/GattService.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/GattService.h') diff --git a/src/GattService.h b/src/GattService.h index b9e15ba..a66527c 100644 --- a/src/GattService.h +++ b/src/GattService.h @@ -42,6 +42,8 @@ #include "TickEvent.h" #include "GattInterface.h" +namespace ggk { + // --------------------------------------------------------------------------------------------------------------------------------- // Forward declarations // --------------------------------------------------------------------------------------------------------------------------------- @@ -97,3 +99,5 @@ struct GattService : GattInterface // Returns a string identifying the type of interface virtual const std::string getInterfaceType() const { return GattService::kInterfaceType; } }; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3