| 536 | } |
| 537 | |
| 538 | Signal Connection::createSignal( const ObjectPath& objectPath |
| 539 | , const InterfaceName& interfaceName |
| 540 | , const SignalName& signalName ) const |
| 541 | { |
| 542 | return Connection::createSignal(objectPath.c_str(), interfaceName.c_str(), signalName.c_str()); |
| 543 | } |
| 544 | |
| 545 | Signal Connection::createSignal( const char* objectPath |
| 546 | , const char* interfaceName |
nothing calls this directly
no test coverage detected