finished ipc send to server.

This commit is contained in:
Nick Bolton 2012-07-02 13:45:52 +00:00
parent 05775bc73d
commit 97b2cd669d
11 changed files with 244 additions and 51 deletions

View file

@ -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()