| 38 | } |
| 39 | |
| 40 | void Interface::RegisterObject(const std::string& name, int id){ |
| 41 | objects[name] = id; |
| 42 | } |
| 43 | |
| 44 | long Interface::Poll(handle_t& client, Message& m){ |
| 45 | handle_t newIf; |
nothing calls this directly
no outgoing calls
no test coverage detected