From ee2e495f2eafaa8a2f65ad769bef6761e7f02856 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 3 Aug 2009 12:31:57 +0200 Subject: DBus: Many fixes to client -> cli works again, changed JobDone notification --- lib/CommLayer/CommLayerClientDBus.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/CommLayer/CommLayerClientDBus.cpp') diff --git a/lib/CommLayer/CommLayerClientDBus.cpp b/lib/CommLayer/CommLayerClientDBus.cpp index 6f4e4b5..7798346 100644 --- a/lib/CommLayer/CommLayerClientDBus.cpp +++ b/lib/CommLayer/CommLayerClientDBus.cpp @@ -1,6 +1,7 @@ #include "CommLayerClientDBus.h" CCommLayerClientDBus::CCommLayerClientDBus(DBus::Connection &connection, const char *path, const char *name) -: DBus::ObjectProxy(connection, path, name) +: CDBusClient_proxy(connection), + DBus::ObjectProxy(connection, path, name) { } CCommLayerClientDBus::~CCommLayerClientDBus() -- cgit