mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-21 12:07:04 +02:00
finished ipc send to server.
This commit is contained in:
parent
05775bc73d
commit
97b2cd669d
11 changed files with 244 additions and 51 deletions
|
@ -35,7 +35,7 @@ m_address(CNetworkAddress(IPC_HOST, IPC_PORT))
|
|||
EVENTQUEUE->adoptHandler(
|
||||
IListenSocket::getConnectingEvent(), &m_socket,
|
||||
new TMethodEventJob<CIpcServer>(
|
||||
this, &CIpcServer::handleClientConnecting));
|
||||
this, &CIpcServer::handleClientConnecting));
|
||||
}
|
||||
|
||||
CIpcServer::~CIpcServer()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue