| 37 | class ServerInterface { |
| 38 | public: |
| 39 | ServerInterface() {} |
| 40 | virtual ~ServerInterface() {} |
| 41 | |
| 42 | // Starts the server running asynchronously. Returns OK on success, otherwise |
nothing calls this directly
no outgoing calls
no test coverage detected