aboutsummaryrefslogtreecommitdiff
path: root/src/GattInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattInterface.h')
-rw-r--r--src/GattInterface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GattInterface.h b/src/GattInterface.h
index 3c4075e..70e8ede 100644
--- a/src/GattInterface.h
+++ b/src/GattInterface.h
@@ -43,6 +43,8 @@
#include "Server.h"
#include "Utils.h"
+namespace ggk {
+
// ---------------------------------------------------------------------------------------------------------------------------------
// Forward declarations
// ---------------------------------------------------------------------------------------------------------------------------------
@@ -229,3 +231,5 @@ protected:
std::list<GattProperty> properties;
};
+
+}; // namespace ggk \ No newline at end of file