summaryrefslogtreecommitdiffstats
path: root/lib/CommLayer/CommLayerClientDBus.cpp
blob: 6f4e4b5115f8b94082df88af6d910b699450a207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "CommLayerClientDBus.h"
CCommLayerClientDBus::CCommLayerClientDBus(DBus::Connection &connection, const char *path, const char *name)
: DBus::ObjectProxy(connection, path, name)
{
}
CCommLayerClientDBus::~CCommLayerClientDBus()
{
};

void Crash(std::string &value)
{
    std::cout << "Another Crash?" << std::endl;
}