diff options
| author | 2005-12-12 15:45:25 +0000 | |
|---|---|---|
| committer | 2005-12-12 15:45:25 +0000 | |
| commit | 0fbc81cffcf28adb80b731f3604d7ea02c32f86b (patch) | |
| tree | 8feb07ea861a4c8fb32b7eab1a449ba1d5c1635d /include/socket.h | |
| parent | Added a second yield (diff) | |
Fixed timeout code
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2344 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/socket.h')
| -rw-r--r-- | include/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/socket.h b/include/socket.h index b3a50f91a..6e4abf1eb 100644 --- a/include/socket.h +++ b/include/socket.h @@ -56,6 +56,7 @@ public: virtual void OnClose(); virtual char* Read(); std::string GetIP(); + bool Timeout(time_t current); virtual int Write(std::string data); virtual int OnIncomingConnection(int newfd, char* ip); void SetState(InspSocketState s); |
