summaryrefslogtreecommitdiffstats
path: root/src/CLI/CommLayerClientDBus.cpp
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-09-17 00:54:45 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-09-17 00:54:45 +0200
commit965e2c893488164c6b36ec1942e762bb42e7fb61 (patch)
tree2875a673449bd10e5845f4aacda349767135ba20 /src/CLI/CommLayerClientDBus.cpp
parent92e1cccad55ec52e4fb0cfff538cae836c1e1941 (diff)
downloadabrt-965e2c893488164c6b36ec1942e762bb42e7fb61.tar.gz
abrt-965e2c893488164c6b36ec1942e762bb42e7fb61.tar.xz
abrt-965e2c893488164c6b36ec1942e762bb42e7fb61.zip
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 <vda.linux@googlemail.com>
Diffstat (limited to 'src/CLI/CommLayerClientDBus.cpp')
-rw-r--r--src/CLI/CommLayerClientDBus.cpp14
1 files changed, 0 insertions, 14 deletions
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;
-}