Use libdbus' default timeout when invoking remote methods
This commit is contained in:
parent
d83c57e59d
commit
1337c658a8
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ public:
|
|||
|
||||
bool send( const Message&, unsigned int* serial = NULL );
|
||||
|
||||
Message send_blocking( Message& msg, int timeout );
|
||||
Message send_blocking( Message& msg, int timeout = -1);
|
||||
|
||||
PendingCall send_async( Message& msg, int timeout );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue