diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-03 12:31:57 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-08-03 12:31:57 +0200 |
| commit | ee2e495f2eafaa8a2f65ad769bef6761e7f02856 (patch) | |
| tree | 26eee94d6e85006930dec6f2a975d7115da53383 /lib/CommLayer/CommLayerClientDBus.cpp | |
| parent | e89460e8ad1202471695edaeb6364ff15ad4f585 (diff) | |
| download | abrt-ee2e495f2eafaa8a2f65ad769bef6761e7f02856.tar.gz abrt-ee2e495f2eafaa8a2f65ad769bef6761e7f02856.tar.xz abrt-ee2e495f2eafaa8a2f65ad769bef6761e7f02856.zip | |
DBus: Many fixes to client -> cli works again, changed JobDone notification
Diffstat (limited to 'lib/CommLayer/CommLayerClientDBus.cpp')
| -rw-r--r-- | lib/CommLayer/CommLayerClientDBus.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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() |
