| 507 | } |
| 508 | |
| 509 | MethodCall Connection::createMethodCall( const ServiceName& destination |
| 510 | , const ObjectPath& objectPath |
| 511 | , const InterfaceName& interfaceName |
| 512 | , const MethodName& methodName ) const |
| 513 | { |
| 514 | return Connection::createMethodCall(destination.c_str(), objectPath.c_str(), interfaceName.c_str(), methodName.c_str()); |
| 515 | } |
| 516 | |
| 517 | MethodCall Connection::createMethodCall( const char* destination |
| 518 | , const char* objectPath |
nothing calls this directly
no test coverage detected