#include <pep-client.h>
|
|
|
|
pEpClient::pEpClient(DBus::Connection &connection, const char *path, const char *name) : DBus::ObjectProxy(connection, path, name)
|
|
{
|
|
}
|
|
|