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/Server.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Server.cpp') diff --git a/src/Server.cpp b/src/Server.cpp index 3ab15bf..a369b32 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -172,6 +172,8 @@ #include "GattCharacteristic.h" #include "GattDescriptor.h" +namespace ggk { + // There's a good chance there will be a bunch of unused parameters from the lambda macros #if defined(__GNUC__) && defined(__clang__) #pragma clang diagnostic push @@ -616,3 +618,5 @@ const GattProperty *Server::findProperty(const DBusObjectPath &objectPath, const return nullptr; } + +}; // namespace ggk -- cgit v1.2.3