From 965e2c893488164c6b36ec1942e762bb42e7fb61 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 17 Sep 2009 00:54:45 +0200 Subject: remove C++ dbus glue in src/CLI; fix a bug in --report Several kb of code removed. The nly remaining use of C++ glue is desktop applet. Signed-off-by: Denys Vlasenko --- src/CLI/CommLayerClientDBus.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/CLI/CommLayerClientDBus.h (limited to 'src/CLI/CommLayerClientDBus.h') diff --git a/src/CLI/CommLayerClientDBus.h b/src/CLI/CommLayerClientDBus.h deleted file mode 100644 index 9e63f58..0000000 --- a/src/CLI/CommLayerClientDBus.h +++ /dev/null @@ -1,17 +0,0 @@ -#include -#include -#include - -class CCommLayerClientDBus -: public CDBusClient_proxy, - public DBus::IntrospectableProxy, - public DBus::ObjectProxy -{ - public: - CCommLayerClientDBus(DBus::Connection &connection, const char *path, const char *name); - ~CCommLayerClientDBus(); - void Crash(std::string &value) - { - std::cout << "Another Crash?" << std::endl; - } -}; -- cgit