| 169 | } |
| 170 | |
| 171 | Message Object::getCurrentlyProcessedMessage() const |
| 172 | { |
| 173 | return connection_.getCurrentlyProcessedMessage(); |
| 174 | } |
| 175 | |
| 176 | Object::VTable Object::createInternalVTable(InterfaceName interfaceName, std::vector<VTableItem> vtable) |
| 177 | { |
nothing calls this directly
no outgoing calls
no test coverage detected