From: Jens Thiele Date: Tue, 21 Nov 2006 08:42:39 +0000 (+0000) Subject: fix typo X-Git-Tag: v0.2~114 X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=commitdiff_plain;h=ae2e9f1ba225b06d69f29820c50cf001625181e1;hp=fbb1562a3e68d714d4aa2fe3df73ffc093d070bf fix typo --- 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; }