MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / setDestination

Method setDestination

src/Message.cpp:902–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902void Signal::setDestination(const std::string& destination)
903{
904 setDestination(destination.c_str());
905}
906
907void Signal::setDestination(const char* destination)
908{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected