IPC changes and SocketManager changes all build!

This commit is contained in:
Adam Ierymenko 2014-03-19 13:56:48 -07:00
parent acf7d70d24
commit abc82d6a52
15 changed files with 288 additions and 341 deletions

View file

@ -156,7 +156,7 @@ void IpcConnection::threadMain()
_writeLock.unlock();
}
_handler(_arg,this,IPC_EVENT_CONNECTION_CLOSING,(const char *)0);
_handler(_arg,this,IPC_EVENT_CONNECTION_CLOSED,(const char *)0);
#endif
}