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/DBusMethod.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/DBusMethod.cpp') diff --git a/src/DBusMethod.cpp b/src/DBusMethod.cpp index 716a454..2fe108e 100644 --- a/src/DBusMethod.cpp +++ b/src/DBusMethod.cpp @@ -39,6 +39,8 @@ #include "DBusMethod.h" +namespace ggk { + // Instantiate a named method on a given interface (pOwner) with a given set of arguments and a callback delegate DBusMethod::DBusMethod(const DBusInterface *pOwner, const std::string &name, const char *pInArgs[], const char *pOutArgs, Callback callback) : pOwner(pOwner), name(name), callback(callback) @@ -86,3 +88,5 @@ std::string DBusMethod::generateIntrospectionXML(int depth) const return xml; } + +}; // namespace ggk \ No newline at end of file -- cgit v1.2.3