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/HciAdapter.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/HciAdapter.h') 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 -- cgit v1.2.3