/////////////////////////////////////////////////////////////////////////// Common service implementations here ///////////////////////////////////////////////////////////////////////////
| 108 | // Common service implementations here |
| 109 | //////////////////////////////////////////////////////////////////////////////// |
| 110 | void quit() |
| 111 | { |
| 112 | remove_common_service(&g_server); |
| 113 | remove_services(&g_server); |
| 114 | g_server.stop(); |
| 115 | } |
| 116 | |
| 117 | int32_t getServerAllocated() |
| 118 | { |
no test coverage detected