MCPcopy Create free account
hub / github.com/dobin/RedEdr / PipeClient

Method PipeClient

RedEdrShared/piping.cpp:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281/* Client */
282
283PipeClient::PipeClient(std::string pipeName) {
284 hPipe = NULL;
285 pipe_name = pipeName;
286}
287
288PipeClient::~PipeClient() {
289 Disconnect();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected