diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-23 21:15:40 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-23 21:15:40 +0000 |
commit | d98a405d8fc5e9b3e5919b63c7498e6b11989663 (patch) | |
tree | e50757c5efc60c0f0408bd62ebb56c4645687904 /network/connection.h | |
parent | ef3649fd9e62bd989ff67a125a05c962d5640fd3 (diff) |
network: Added invalid service class verification for Manager.CreateConnection
Diffstat (limited to 'network/connection.h')
-rw-r--r-- | network/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/connection.h b/network/connection.h index 0726ec6c..70966b2c 100644 --- a/network/connection.h +++ b/network/connection.h @@ -21,4 +21,4 @@ * */ int connection_register(DBusConnection *conn, const char *path, - const char *addr, const char *uuid); + const char *addr, uint16_t id); |