X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples%2Fminimalistic-client-stub.hxx;fp=examples%2Fminimalistic-client-stub.hxx;h=7ad998dbcfe5a9184bd7db932998c1fe03590ec0;hp=b17bacaf7e6e0b3c1792633cbe1e1f695c47b1f3;hb=fb3345ada7ea94225b78994fd50e3de693a2a3d5;hpb=4c3662a0b083759056b93c21e747e5551a8ddfcc diff --git a/examples/minimalistic-client-stub.hxx b/examples/minimalistic-client-stub.hxx index b17baca..7ad998d 100644 --- a/examples/minimalistic-client-stub.hxx +++ b/examples/minimalistic-client-stub.hxx @@ -8,7 +8,7 @@ class cmd_group_example_client : public libt2n::command_client { public: - cmd_group_example_client(libt2n::client_connection &_c, + cmd_group_example_client(libt2n::client_connection *_c, long long _command_timeout_usec=command_timeout_usec_default, long long _hello_timeout_usec=hello_timeout_usec_default) : libt2n::command_client(_c,_command_timeout_usec,_hello_timeout_usec)