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.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/GattService.cpp') diff --git a/src/GattService.cpp b/src/GattService.cpp index b5b0b84..7f6d324 100644 --- a/src/GattService.cpp +++ b/src/GattService.cpp @@ -42,6 +42,8 @@ #include "DBusObject.h" #include "GattCharacteristic.h" +namespace ggk { + // --------------------------------------------------------------------------------------------------------------------------------- // Representation of a Bluetooth GATT Service // --------------------------------------------------------------------------------------------------------------------------------- @@ -91,3 +93,5 @@ GattCharacteristic &GattService::gattCharacteristicBegin(const std::string &path characteristic.addProperty("Flags", flags); return characteristic; } + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3