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.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Utils.cpp') diff --git a/src/Utils.cpp b/src/Utils.cpp index eaeb703..ca3aaa5 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -43,6 +43,8 @@ #include "Utils.h" +namespace ggk { + // --------------------------------------------------------------------------------------------------------------------------------- // Handy string functions // --------------------------------------------------------------------------------------------------------------------------------- @@ -429,3 +431,5 @@ std::string Utils::stringFromGVariantByteArray(const GVariant *pVariant) memcpy(array.data(), pPtr, size); return array.data(); } + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3