X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fclient_wrapper.hxx;fp=src%2Fclient_wrapper.hxx;h=337061525fa9949f9590993dbc518053776b0da6;hp=14dabfb1343e4984a47cf0fed6e4fe6607e1ef88;hb=2a956e6587338524eec8f66efe3a733a2116eb9b;hpb=e162ddf298a2e8c3756c55995897374ef614cbcd diff --git a/src/client_wrapper.hxx b/src/client_wrapper.hxx index 14dabfb..3370615 100644 --- a/src/client_wrapper.hxx +++ b/src/client_wrapper.hxx @@ -101,7 +101,7 @@ class ConnectionWrapper void set_hello_timeout_usec(long long _hello_timeout_usec) { hello_timeout_usec=_hello_timeout_usec; } - void set_logging(std::ostream *_logstream, log_level_values _log_level); + virtual void set_logging(std::ostream *_logstream, log_level_values _log_level); std::ostream* get_logstream(log_level_values level); };