X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_client.hxx;h=4b0431a9317ba85e73ed729dd6327fdbdd696a92;hp=cea491e01346c7ce17c1344990f5b2bf83771634;hb=ced847b29c9d6a123b08a743b5b542985f73b585;hpb=238ad35f4e3b6516d4ba7611b540a0edeea71427 diff --git a/src/socket_client.hxx b/src/socket_client.hxx index cea491e..4b0431a 100644 --- a/src/socket_client.hxx +++ b/src/socket_client.hxx @@ -68,6 +68,8 @@ class socket_client_connection : public client_connection, public socket_handler int _max_retries=max_retries_default, std::ostream *_logstream=NULL, log_level_values _log_level=none); + ~socket_client_connection(); + /** @brief read data from the socket and copy it into buffer @param usec_timeout wait until new data is found, max timeout usecs. -1: wait endless