X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fexample1-client-wrapper%2Fclient.cpp;h=c4b3c9052d3ba9f59832fb4243b3f0a18147c4c3;hp=b9692d0144bddc5137e836523f63f1a58b85dffc;hb=a63e08b83794273da3840e0b8bf15bf0085fe3c4;hpb=9a5d7790b094439b9a6f16983e20493c0e43ee02 diff --git a/examples-codegen/example1-client-wrapper/client.cpp b/examples-codegen/example1-client-wrapper/client.cpp index b9692d0..c4b3c90 100644 --- a/examples-codegen/example1-client-wrapper/client.cpp +++ b/examples-codegen/example1-client-wrapper/client.cpp @@ -24,7 +24,7 @@ int main(int argc, char** argv) // execute a function via t2n. The wrapper will open a connection to the server if none // exists or try to reconnect if the existing one doesn't answer - std::cout << t2n_exec(&cmd_group_t2nexample_client::testfunc)("hello") << endl; + std::cout << t2n_exec(&cmd_group_t2nexample_client::testfunc)("hello") << std::endl; return EXIT_SUCCESS; }