libt2n: (gerd) fix client-connection-logic, finish wrappers, all tests are working...
[libt2n] / examples / minimalistic-client-stub.hxx
index b17baca..7ad998d 100644 (file)
@@ -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)