X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fclient_wrapper.hxx;h=50d5df69fd6dfd970e173e5c32d76d995cacca6e;hp=ab8aa83d0ae36c57a43d7093825a5573924baf50;hb=44b4600fd51677e54dd167734ca9252b58237cda;hpb=ce44999e70624278911ab8bcc67881268665c30f diff --git a/src/client_wrapper.hxx b/src/client_wrapper.hxx index ab8aa83..50d5df6 100644 --- a/src/client_wrapper.hxx +++ b/src/client_wrapper.hxx @@ -58,9 +58,10 @@ class ConnectionWrapper public: ConnectionWrapper() - : log_level(none), logstream(NULL), - command_timeout_usec(command_client::command_timeout_usec_default), - hello_timeout_usec(command_client::hello_timeout_usec_default) + : command_timeout_usec(command_client::command_timeout_usec_default), + hello_timeout_usec(command_client::hello_timeout_usec_default), + log_level(none), + logstream(NULL) { } virtual ~ConnectionWrapper()