summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerClientDBus.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CommLayer/CommLayerClientDBus.h')
-rw-r--r--lib/CommLayer/CommLayerClientDBus.h17
1 files changed, 0 insertions, 17 deletions
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;
- }
-};