diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-06 14:37:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-06 14:37:51 +0000 |
commit | 855f0d98e90a077f46b456e98ebb8a9b290488f6 (patch) | |
tree | a6e72a210b8dfdaa99312cd63ea8da976e21f561 /include | |
parent | 364735e18b500f0a071fab4cc5c9e7bace1835fc (diff) |
Document more classes
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5435 e03df62e-2008-0410-955e-edbf42e46eb7
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: |