reset timeout if connection is active.
[libt2n] / src / socket_server.hxx
index 74d8e07..bbba379 100644 (file)
@@ -95,8 +95,7 @@ class socket_server_connection : public socket_handler, public server_connection
             { socket_write(data); }
 
     public:
-        bool fill_buffer(long long usec_timeout=-1,long long* usec_timeout_remaining=NULL)
-            { return socket_handler::fill_buffer(buffer,usec_timeout,usec_timeout_remaining); }
+        bool fill_buffer(long long usec_timeout=-1,long long* usec_timeout_remaining=NULL);
 
         virtual void close();
 };