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

Method getCurrentlyProcessedMessage

src/Object.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171Message Object::getCurrentlyProcessedMessage() const
172{
173 return connection_.getCurrentlyProcessedMessage();
174}
175
176Object::VTable Object::createInternalVTable(InterfaceName interfaceName, std::vector<VTableItem> vtable)
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected