| 20 | |
| 21 | |
| 22 | PipeServer::PipeServer(std::string pipe_name, wchar_t *pipePath) { |
| 23 | hPipe = NULL; |
| 24 | pipe_name = pipe_name; |
| 25 | pipe_path = pipePath; |
| 26 | } |
| 27 | |
| 28 | PipeServer::~PipeServer() { |
| 29 | Shutdown(); |
nothing calls this directly
no outgoing calls
no test coverage detected