Skip to content
Snippets Groups Projects
Commit 264fd7b5 authored by Pierre-Luc Beaudoin's avatar Pierre-Luc Beaudoin
Browse files

test

parent 2e672c9c
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,6 @@
#include "callmanager-glue.h"
#include <dbus-c++/dbus.h>
static const char* SERVER_NAME = "org.sflphone.CallManager";
static const char* SERVER_PATH = "/org/sflphone/CallManager";
class CallManager
: public org::sflphone::CallManager,
......@@ -34,7 +32,7 @@ class CallManager
public:
CallManager(DBus::Connection& connection);
static const char* SERVER_PATH;
public:
......@@ -56,4 +54,5 @@ public:
};
#endif//CALLMANAGER_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment