diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-03-19 13:56:48 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-03-19 13:56:48 -0700 |
commit | abc82d6a52a75a30040fb4a458751a664a625c0a (patch) | |
tree | fe2f1cb05521fcc0da0472a572755829924d49c4 /node/IpcConnection.cpp | |
parent | acf7d70d241c6afc1f3f13fb7b678882f1ec3ea5 (diff) | |
download | infinitytier-abc82d6a52a75a30040fb4a458751a664a625c0a.tar.gz infinitytier-abc82d6a52a75a30040fb4a458751a664a625c0a.zip |
IPC changes and SocketManager changes all build!
Diffstat (limited to 'node/IpcConnection.cpp')
-rw-r--r-- | node/IpcConnection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/IpcConnection.cpp b/node/IpcConnection.cpp index c6937004..292403c0 100644 --- a/node/IpcConnection.cpp +++ b/node/IpcConnection.cpp @@ -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 } |