X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_client.hxx;h=d680813b15cc04bdea2b393abeba6644e6cd2317;hp=8a379f8b2cbdf09ba398b89f15744165066559df;hb=cc68aabb16ec32278df8b071c4c9efec7e9f0dce;hpb=9424729586fdb0aabb671d2f1266bdb07e0bed38 diff --git a/src/socket_client.hxx b/src/socket_client.hxx index 8a379f8..d680813 100644 --- a/src/socket_client.hxx +++ b/src/socket_client.hxx @@ -30,7 +30,8 @@ namespace libt2n */ class socket_client_connection : public client_connection, public socket_handler { - static const int max_retries_default=3; + public: + static const int max_retries_default=3; private: void real_write(const std::string& data)