X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_server.hxx;fp=src%2Fsocket_server.hxx;h=5dcf4f33227f1c52cec54c481d51a951d48b2ada;hp=a9c7b3d0433d8d15d83c4784e5393d8acba43c6e;hb=07e98688a1a8c3e915ce923f79261a88251a9edd;hpb=644c4d262aab14ee4ec1cfade83a2e99568098d3 diff --git a/src/socket_server.hxx b/src/socket_server.hxx index a9c7b3d..5dcf4f3 100644 --- a/src/socket_server.hxx +++ b/src/socket_server.hxx @@ -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(); };