| 558 | } |
| 559 | |
| 560 | void Connection::emitPropertiesChangedSignal( const ObjectPath& objectPath |
| 561 | , const InterfaceName& interfaceName |
| 562 | , const std::vector<PropertyName>& propNames ) |
| 563 | { |
| 564 | Connection::emitPropertiesChangedSignal(objectPath.c_str(), interfaceName.c_str(), propNames); |
| 565 | } |
| 566 | |
| 567 | void Connection::emitPropertiesChangedSignal( const char* objectPath |
| 568 | , const char* interfaceName |
nothing calls this directly
no test coverage detected