Go to the documentation of this file.
25 #ifndef __DBUSXX_SERVER_P_H
26 #define __DBUSXX_SERVER_P_H
36 #include <dbus/dbus.h>
53 Private(DBusServer *);
57 static void on_new_conn_cb(DBusServer *server, DBusConnection *conn,
void *data);
59 static dbus_bool_t on_unix_auth_cb(DBusConnection *conn,
unsigned long uid,
void *data);
64 #endif//__DBUSXX_SERVER_P_H
ConnectionList connections
std::list< Connection > ConnectionList