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;
59 void enable_auth(
bool);
61 void enable_anon(
bool);
70 virtual void on_new_connection(
Connection &c) = 0;
72 virtual bool on_user_auth(
unsigned long uid);
81 #endif//__DBUSXX_SERVER_H
std::list< Server > ServerList