fix typo
authorJens Thiele <jens.thiele@intra2net.com>
Tue, 21 Nov 2006 08:42:39 +0000 (08:42 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Tue, 21 Nov 2006 08:42:39 +0000 (08:42 +0000)
example-codegen/client.cpp

index f3f1176..6dee37e 100644 (file)
@@ -12,7 +12,7 @@
 int main(int argc, char** argv)
 {
   libt2n::socket_client_connection sc("./socket");
-  cmd_group_example_client cc(sc);
+  cmd_group_default_client cc(sc);
 
   return (cc.testfunc("hello")=="hello, testfunc() was here") ? EXIT_SUCCESS : EXIT_FAILURE;
 }