| 56 | int TestServer::getCnt() { return cnt; } |
| 57 | |
| 58 | bool TestServer::bindAndAddMethod(const Procedure &proc, AbstractServer<TestServer>::methodPointer_t pointer) { |
| 59 | return AbstractServer<TestServer>::bindAndAddMethod(proc, pointer); |
| 60 | } |
| 61 | |
| 62 | bool TestServer::bindAndAddNotification(const Procedure &proc, AbstractServer<TestServer>::notificationPointer_t pointer) { |
| 63 | return AbstractServer<TestServer>::bindAndAddNotification(proc, pointer); |
no outgoing calls
no test coverage detected