#include <object.h>
Public Member Functions | |
virtual | ~Object () |
const DBus::Path & | path () const |
const std::string & | service () const |
Connection & | conn () |
Protected Member Functions | |
Object (Connection &conn, const Path &path, const char *service) |
Definition at line 39 of file object.h.
Object::Object | ( | Connection & | conn, | |
const Path & | path, | |||
const char * | service | |||
) | [protected] |
Definition at line 42 of file object.cpp.
Object::~Object | ( | ) | [virtual] |
Definition at line 47 of file object.cpp.
Connection & DBus::Object::conn | ( | ) | [inline] |
const DBus::Path & DBus::Object::path | ( | ) | const [inline] |
const std::string & DBus::Object::service | ( | ) | const [inline] |