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/GattProperty.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/GattProperty.cpp') diff --git a/src/GattProperty.cpp b/src/GattProperty.cpp index b829ac8..18b8df3 100644 --- a/src/GattProperty.cpp +++ b/src/GattProperty.cpp @@ -37,6 +37,8 @@ #include "Utils.h" #include "GattProperty.h" +namespace ggk { + // Constructs a named property // // In general, properties should not be constructed directly as properties are typically instanticated by adding them to to an @@ -183,3 +185,5 @@ std::string GattProperty::generateIntrospectionXML(int depth) const return xml; } + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3