aboutsummaryrefslogtreecommitdiff
path: root/src/GattProperty.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattProperty.cpp')
-rw-r--r--src/GattProperty.cpp4
1 files changed, 4 insertions, 0 deletions
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