X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_server.hxx;h=bbba37908001552182ce2667b024b02569524536;hp=74d8e07e54ec8e109fb0cc0ebd3626f08423e962;hb=ce44999e70624278911ab8bcc67881268665c30f;hpb=1eb8602854ffb05f61b033d68c653059ec016539 diff --git a/src/socket_server.hxx b/src/socket_server.hxx index 74d8e07..bbba379 100644 --- a/src/socket_server.hxx +++ b/src/socket_server.hxx @@ -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(); };