diff options
Diffstat (limited to 'node/SocketManager.hpp')
| -rw-r--r-- | node/SocketManager.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/SocketManager.hpp b/node/SocketManager.hpp index 3a42897c..9f980e37 100644 --- a/node/SocketManager.hpp +++ b/node/SocketManager.hpp @@ -144,6 +144,7 @@ private: _fdSetLock.unlock(); } + // Called in SocketManager destructor or in constructor cleanup before exception throwing inline void _closeSockets() throw() { |
