aboutsummaryrefslogtreecommitdiff
path: root/src/GattService.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GattService.h')
-rw-r--r--src/GattService.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GattService.h b/src/GattService.h
index b9e15ba..a66527c 100644
--- a/src/GattService.h
+++ b/src/GattService.h
@@ -42,6 +42,8 @@
#include "TickEvent.h"
#include "GattInterface.h"
+namespace ggk {
+
// ---------------------------------------------------------------------------------------------------------------------------------
// Forward declarations
// ---------------------------------------------------------------------------------------------------------------------------------
@@ -97,3 +99,5 @@ struct GattService : GattInterface
// Returns a string identifying the type of interface
virtual const std::string getInterfaceType() const { return GattService::kInterfaceType; }
};
+
+}; // namespace ggk \ No newline at end of file