Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 18690 invoked from network); 8 Oct 2004 11:31:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Oct 2004 11:31:03 -0000 Received: (qmail 8115 invoked by uid 500); 8 Oct 2004 11:30:59 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 7990 invoked by uid 500); 8 Oct 2004 11:30:58 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 7976 invoked by uid 99); 8 Oct 2004 11:30:58 -0000 X-ASF-Spam-Status: No, hits=-10.0 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 08 Oct 2004 04:30:58 -0700 Received: (qmail 18638 invoked by uid 1852); 8 Oct 2004 11:30:57 -0000 Date: 8 Oct 2004 11:30:57 -0000 Message-ID: <20041008113057.18637.qmail@minotaur.apache.org> From: samisa@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/c/tests/auto_build/testcases/client/cpp SimpleRefClient.cpp X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N samisa 2004/10/08 04:30:57 Modified: c/tests/auto_build/testcases/client/cpp SimpleRefClient.cpp Log: Generated code has type intType not IntType Revision Changes Path 1.3 +1 -1 ws-axis/c/tests/auto_build/testcases/client/cpp/SimpleRefClient.cpp Index: SimpleRefClient.cpp =================================================================== RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/SimpleRefClient.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SimpleRefClient.cpp 5 Oct 2004 15:44:44 -0000 1.2 +++ SimpleRefClient.cpp 8 Oct 2004 11:30:57 -0000 1.3 @@ -27,7 +27,7 @@ RefTestPortType ws(endpoint); printf("invoking echoInt..\n"); - IntType refint; + intType refint; refint.intItem =56; if ((ws.echoInt(&refint))->intItem == 56)