summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordnovotny <danny@rawhide.localdomain>2009-09-14 09:40:28 -0400
committerdnovotny <danny@rawhide.localdomain>2009-09-14 09:40:28 -0400
commit648a9cd08da32494227c4d36a4401fd877d6e03a (patch)
tree40e6bd7ef22051ada9437ef22da9d2436a3fd358 /lib
parent814506ae62986c3c3b667afdae7a33fe6b9e690f (diff)
parentac72b4b35e15c0823dc8c1f68684349a5e34c72a (diff)
downloadabrt-648a9cd08da32494227c4d36a4401fd877d6e03a.tar.gz
abrt-648a9cd08da32494227c4d36a4401fd877d6e03a.tar.xz
abrt-648a9cd08da32494227c4d36a4401fd877d6e03a.zip
Merge branch 'master' of git://git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib')
-rw-r--r--lib/CommLayer/CommLayerClientDBus.cpp14
-rw-r--r--lib/CommLayer/CommLayerClientDBus.h17
-rw-r--r--lib/CommLayer/Makefile.am1
3 files changed, 0 insertions, 32 deletions
diff --git a/lib/CommLayer/CommLayerClientDBus.cpp b/lib/CommLayer/CommLayerClientDBus.cpp
deleted file mode 100644
index 77983463..00000000
--- a/lib/CommLayer/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;
-}
diff --git a/lib/CommLayer/CommLayerClientDBus.h b/lib/CommLayer/CommLayerClientDBus.h
deleted file mode 100644
index 9e63f58c..00000000
--- a/lib/CommLayer/CommLayerClientDBus.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <DBusCommon.h>
-#include <DBusClientProxy.h>
-#include <iostream>
-
-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;
- }
-};
diff --git a/lib/CommLayer/Makefile.am b/lib/CommLayer/Makefile.am
index 74b3aa50..be0c52bf 100644
--- a/lib/CommLayer/Makefile.am
+++ b/lib/CommLayer/Makefile.am
@@ -3,7 +3,6 @@ lib_LTLIBRARIES = libABRTCommLayer.la
libABRTCommLayer_la_SOURCES = \
DBusClientProxy.h DBusClientProxy.cpp \
CommLayerInner.h CommLayerInner.cpp \
- CommLayerClientDBus.h CommLayerClientDBus.cpp \
Observer.h \
DBusCommon.h
libABRTCommLayer_la_LIBADD = \