Go to the documentation of this file.
25 #ifndef __DBUSXX_SERVER_H
26 #define __DBUSXX_SERVER_H
47 Server(
const char *address);
53 bool listening()
const;
55 bool operator == (
const Server &)
const;
66 virtual void on_new_connection(
Connection &c) = 0;
75 #endif//__DBUSXX_SERVER_H
std::list< Server > ServerList