X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fclient.cpp;h=6dee37eb7378fab8b6d358fc17374903322b724e;hp=f3f11763238754f22872a0ea7156dfff7ac3f6a1;hb=4fdc0f8b8f2c34e8434625f2e85ff0af3981111f;hpb=86c1c2e9dcdced7022bc2b979a4b580946802410 diff --git a/example-codegen/client.cpp b/example-codegen/client.cpp index f3f1176..6dee37e 100644 --- a/example-codegen/client.cpp +++ b/example-codegen/client.cpp @@ -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; }