summaryrefslogtreecommitdiffstats
path: root/src/CLI/CommLayerClientDBus.cpp
blob: 779834634f4a9f4b0466954c25891fe172b141f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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;
}