libt2n: (gerd) fixes & real unit tests
[libt2n] / src / socket_server.hxx
index a9c7b3d..5dcf4f3 100644 (file)
@@ -76,8 +76,8 @@ class socket_server_connection : public socket_handler, public server_connection
             { socket_write(data); }
 
     public:
-        void fill_buffer(long long usec_timeout=-1)
-            { socket_handler::fill_buffer(buffer,usec_timeout); }
+        bool fill_buffer(long long usec_timeout=-1)
+            { return socket_handler::fill_buffer(buffer,usec_timeout); }
 
         void close();
 };