X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_client.hxx;h=eaad92f1d9206448dc190a3db7be97efb3301d28;hp=4b0431a9317ba85e73ed729dd6327fdbdd696a92;hb=56f3994d74dbc36d10bfa83b50b016bf269ac563;hpb=c72238fb7fc6eb081c2a0bc95fff369c760343f4 diff --git a/src/socket_client.hxx b/src/socket_client.hxx index 4b0431a..eaad92f 100644 --- a/src/socket_client.hxx +++ b/src/socket_client.hxx @@ -82,7 +82,7 @@ class socket_client_connection : public client_connection, public socket_handler 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); } - void close(); + virtual void close(); void reconnect();