diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inspsocket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspsocket.h b/include/inspsocket.h index 31f147ab8..af92615ea 100644 --- a/include/inspsocket.h +++ b/include/inspsocket.h @@ -44,6 +44,8 @@ using irc::sockets::insp_inaddr; using irc::sockets::insp_ntoa; using irc::sockets::insp_aton; +/** Used to time out socket connections + */ class SocketTimeout : public InspTimer { private: |