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/Utils.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/Utils.h') diff --git a/src/Utils.h b/src/Utils.h index 2eee95a..59506de 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -48,6 +48,8 @@ #include "DBusObjectPath.h" +namespace ggk { + struct Utils { // ----------------------------------------------------------------------------------------------------------------------------- @@ -209,4 +211,6 @@ struct Utils // Convert a 32-bit value from host format to HCI format static uint32_t endianToHci(uint32_t value) {return htole32(value);} -}; \ No newline at end of file +}; + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3