aboutsummaryrefslogtreecommitdiff
path: root/src/HciSocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/HciSocket.cpp')
-rw-r--r--src/HciSocket.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/HciSocket.cpp b/src/HciSocket.cpp
index 09da6d6..c3bcc3e 100644
--- a/src/HciSocket.cpp
+++ b/src/HciSocket.cpp
@@ -48,6 +48,8 @@
#include "Logger.h"
#include "Utils.h"
+namespace ggk {
+
// Initializes an unconnected socket
HciSocket::HciSocket()
: fdSocket(-1)
@@ -196,3 +198,5 @@ void HciSocket::logErrno(const char *pOperation) const
{
Logger::error(SSTR << "" << pOperation << " on Bluetooth management socket error (" << errno << "): " << strerror(errno));
}
+
+}; // namespace ggk \ No newline at end of file