X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_handler.hxx;fp=src%2Fsocket_handler.hxx;h=799913e753536a6b8b25f1373e312537ce4c659c;hp=623f31c9495743eba3aad88af309afadf553133f;hb=9a5d7790b094439b9a6f16983e20493c0e43ee02;hpb=393e7b700efffc748e593661b365ead414a341c1 diff --git a/src/socket_handler.hxx b/src/socket_handler.hxx index 623f31c..799913e 100644 --- a/src/socket_handler.hxx +++ b/src/socket_handler.hxx @@ -38,7 +38,7 @@ class socket_handler socket_type_value socket_type; - bool data_waiting(long long usec_timeout,long long *timeout_remaining=NULL); + bool data_waiting(long long usec_timeout,long long *usec_timeout_remaining=NULL); void wait_ready_to_write(int socket, long long write_block_timeout); protected: @@ -58,7 +58,7 @@ class socket_handler virtual void close(); - bool fill_buffer(std::string& buffer, long long usec_timeout, long long*timeout_remaining=NULL); + bool fill_buffer(std::string& buffer, long long usec_timeout, long long* usec_timeout_remaining=NULL); bool fill_buffer(std::string& buffer); public: