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/HciSocket.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/HciSocket.h') diff --git a/src/HciSocket.h b/src/HciSocket.h index 45f5538..d968dc5 100644 --- a/src/HciSocket.h +++ b/src/HciSocket.h @@ -36,6 +36,8 @@ #include #include +namespace ggk { + class HciSocket { public: @@ -88,3 +90,5 @@ private: const int kRetryIntervalMS = 20; const int kMaxRetryTimeMS = 5000; }; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3