aboutsummaryrefslogtreecommitdiff
path: root/src/HciAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HciAdapter.h')
-rw-r--r--src/HciAdapter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/HciAdapter.h b/src/HciAdapter.h
index 3f6c929..b5e8ee7 100644
--- a/src/HciAdapter.h
+++ b/src/HciAdapter.h
@@ -40,6 +40,8 @@
#include "HciSocket.h"
#include "Utils.h"
+namespace ggk {
+
class HciAdapter
{
public:
@@ -136,3 +138,5 @@ private:
// Our HCI Socket, which allows us to talk directly to the kernel
HciSocket hciSocket;
};
+
+}; // namespace ggk \ No newline at end of file