X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_client.hxx;h=a7fe64e0a3c649eaa29ed4b3aad212e2090c6458;hp=7160e0dd1b180295e56dde8f1b46777d5313af9f;hb=e98b5dc1fe10ed25b986fc5cfb8fd0ba2f329a3a;hpb=b604df5f671b5e7abfd37570d76927a6ebd45f98 diff --git a/src/socket_client.hxx b/src/socket_client.hxx index 7160e0d..a7fe64e 100644 --- a/src/socket_client.hxx +++ b/src/socket_client.hxx @@ -75,6 +75,8 @@ class socket_client_connection : public client_connection, public socket_handler { return socket_handler::fill_buffer(buffer,usec_timeout,usec_timeout_remaining); } void close(); + + void reconnect(); }; }