/////////////////////////////////////////////////////////////////////////// Server helper functions ///////////////////////////////////////////////////////////////////////////
| 126 | // Server helper functions |
| 127 | //////////////////////////////////////////////////////////////////////////////// |
| 128 | void add_common_service(SimpleServer *server) |
| 129 | { |
| 130 | svc_common = new Common_service(new Common_server()); |
| 131 | |
| 132 | server->addService(svc_common); |
| 133 | } |
| 134 | |
| 135 | void remove_common_service(SimpleServer *server) |
| 136 | { |