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; }