Time to get rid of the horrible coding style
This commit is contained in:
parent
534ee610d8
commit
efc594f888
53 changed files with 1137 additions and 1136 deletions
|
@ -39,17 +39,17 @@ namespace DBus {
|
|||
|
||||
struct DXXAPILOCAL Server::Private
|
||||
{
|
||||
DBusServer* server;
|
||||
DBusServer *server;
|
||||
|
||||
Dispatcher* dispatcher;
|
||||
Dispatcher *dispatcher;
|
||||
|
||||
ConnectionList connections;
|
||||
|
||||
Private( DBusServer* );
|
||||
Private(DBusServer *);
|
||||
|
||||
~Private();
|
||||
|
||||
static void on_new_conn_cb( DBusServer* server, DBusConnection* conn, void* data );
|
||||
static void on_new_conn_cb(DBusServer *server, DBusConnection *conn, void *data);
|
||||
};
|
||||
|
||||
} /* namespace DBus */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue