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.cpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/CLI/CommLayerClientDBus.cpp (limited to 'src/CLI/CommLayerClientDBus.cpp') diff --git a/src/CLI/CommLayerClientDBus.cpp b/src/CLI/CommLayerClientDBus.cpp deleted file mode 100644 index 7798346..0000000 --- a/src/CLI/CommLayerClientDBus.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include "CommLayerClientDBus.h" -CCommLayerClientDBus::CCommLayerClientDBus(DBus::Connection &connection, const char *path, const char *name) -: CDBusClient_proxy(connection), - DBus::ObjectProxy(connection, path, name) -{ -} -CCommLayerClientDBus::~CCommLayerClientDBus() -{ -}; - -void Crash(std::string &value) -{ - std::cout << "Another Crash?" << std::endl; -} -- cgit