| 96 | } |
| 97 | |
| 98 | MethodCall Proxy::createMethodCall(const InterfaceName& interfaceName, const MethodName& methodName) const |
| 99 | { |
| 100 | return connection_->createMethodCall(destination_, objectPath_, interfaceName, methodName); |
| 101 | } |
| 102 | |
| 103 | MethodCall Proxy::createMethodCall(const char* interfaceName, const char* methodName) const |
| 104 | { |
no outgoing calls