X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fclient_wrapper.hxx;h=73fda248e028188c2a87b7420f19fca24b03d8c0;hp=ab8aa83d0ae36c57a43d7093825a5573924baf50;hb=a63e08b83794273da3840e0b8bf15bf0085fe3c4;hpb=19facd8558fe2e32ce843860b40631ebe03ff3cf diff --git a/src/client_wrapper.hxx b/src/client_wrapper.hxx index ab8aa83..73fda24 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() @@ -245,7 +246,7 @@ class T2nSingletonWrapper : public T2nSingletonWrapperMessages if (!WrappedConnection->handle(SingletonObject->Stub.get(),call)) { // create an result with default-constructor if the handler could not - // successfully do a call but no exception occured + // successfully do a call but no exception occurred result=typename detail::TypeWrap::type(); } return result;