X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fexample2%2Fclient.cpp;h=dfddf8397038e6e0080956a8ff2c90f76cf429f7;hp=1ed845bf0c916a58f847eb02a4910b9e08e29fa4;hb=f6d1a1e3b9d04b63158288ebf2917d9fd47afff8;hpb=b592218402bfa779c024da2f32c4c782d52eaf88 diff --git a/examples-codegen/example2/client.cpp b/examples-codegen/example2/client.cpp index 1ed845b..dfddf83 100644 --- a/examples-codegen/example2/client.cpp +++ b/examples-codegen/example2/client.cpp @@ -1,6 +1,6 @@ /* - Copyright (C) 2006 - intra2net.com + Copyright (C) 2006 + intra2net.com This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,8 +33,8 @@ int main(int argc, char** argv) { libt2n::socket_client_connection sc("./socket"); libt2n::socket_client_connection sc_other("./socket_other"); - cmd_group_default_client cc(sc); - cmd_group_other_client cc_other(sc_other); + cmd_group_default_client cc(&sc); + cmd_group_other_client cc_other(&sc_other); bool throwok=false; try