fixed invoke_noreply call generation

This commit is contained in:
Andreas Volz 2008-10-15 23:08:20 +02:00
parent c923153861
commit d0c41b03ff
2 changed files with 6 additions and 6 deletions

View file

@ -166,8 +166,8 @@ public:
InterfaceProxy(const std::string &name);
Message invoke_method(const CallMessage &);
bool invoke_method_noreply(const CallMessage &call);
bool invoke_method_noreply(const CallMessage &call);
bool dispatch_signal(const SignalMessage &);