MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / ~InterCom

Method ~InterCom

gui/qt/ipc.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13InterCom::~InterCom() {
14 delete m_socket;
15 delete m_server;
16}
17
18void InterCom::idClose() {
19 m_socket->disconnectFromServer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected