[PATCH 01/15] Explicit Connection::Private's attributes
From: qolyester@green-communications.fr
This commit is contained in:
parent
e8262c2d4f
commit
eaeeea61d3
1 changed files with 2 additions and 1 deletions
|
@ -42,12 +42,13 @@
|
||||||
using namespace DBus;
|
using namespace DBus;
|
||||||
|
|
||||||
Connection::Private::Private(DBusConnection *c, Server::Private *s)
|
Connection::Private::Private(DBusConnection *c, Server::Private *s)
|
||||||
: conn(c) , dispatcher(0), server(s)
|
: conn(c) , dispatcher(NULL), server(s)
|
||||||
{
|
{
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
|
||||||
Connection::Private::Private(DBusBusType type)
|
Connection::Private::Private(DBusBusType type)
|
||||||
|
: dispatcher(NULL), server(NULL)
|
||||||
{
|
{
|
||||||
InternalError e;
|
InternalError e;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue