#include <interface.h>
Public Member Functions | |
Interface (const std::string &name) | |
virtual | ~Interface () |
const std::string & | name () const |
Definition at line 104 of file interface.h.
Interface::Interface | ( | const std::string & | name | ) |
Definition at line 35 of file interface.cpp.
Interface::~Interface | ( | ) | [virtual] |
Definition at line 39 of file interface.cpp.
const std::string & DBus::Interface::name | ( | ) | const [inline] |
Definition at line 122 of file interface.h.
Referenced by DBus::InterfaceAdaptor::dispatch_method(), DBus::InterfaceProxy::dispatch_signal(), DBus::InterfaceAdaptor::emit_signal(), DBus::InterfaceProxy::invoke_method(), and DBus::InterfaceProxy::invoke_method_noreply().