You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Chinthana Danapala (JIRA)" <ax...@ws.apache.org> on 2005/03/29 11:47:26 UTC

[jira] Commented: (AXISCPP-584) RpcHttpHeaderTest2 - Client Compilation - FAILED

     [ http://issues.apache.org/jira/browse/AXISCPP-584?page=comments#action_61724 ]
     
Chinthana Danapala commented on AXISCPP-584:
--------------------------------------------

I have done some modifications it's now compiling.



Index: RpcHttpHeaderTest2Client.cpp
===================================================================
RCS file: /home/cvspublic/ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHtt
pHeaderTest2Client.cpp,v
retrieving revision 1.9
diff -u -r1.9 RpcHttpHeaderTest2Client.cpp
--- RpcHttpHeaderTest2Client.cpp        23 Mar 2005 15:45:06 -0000      1.9
+++ RpcHttpHeaderTest2Client.cpp        29 Mar 2005 09:37:25 -0000
@@ -117,8 +117,8 @@
     ws.deleteTransportProperty("Date");

     //now the request should not have these removed headers
-               bool bSuccess = false;
-               int     iRetryIterationCount = 3;
+               bSuccess = false;
+               iRetryIterationCount = 3;

                do
                {



> RpcHttpHeaderTest2 - Client Compilation - FAILED
> ------------------------------------------------
>
>          Key: AXISCPP-584
>          URL: http://issues.apache.org/jira/browse/AXISCPP-584
>      Project: Axis-C++
>         Type: Bug
>   Components: Client - Stub
>     Versions: 1.5 Final
>     Reporter: Chinthana Danapala

>
> It gives following error.
>   [cc] RpcHttpHeaderTest2Client.cpp
>        [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest2\RpcHttpHeaderTest2Clien
> t.cpp(120) : error C2374: 'bSuccess' : redefinition; multiple initialization
>        [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest2\RpcHttpHeaderTe
> st2Client.cpp(57) : see declaration of 'bSuccess'
>        [cc] C:\obj\test\generated\cpp\RpcHttpHeaderTest2\RpcHttpHeaderTest2Clien
> t.cpp(121) : error C2374: 'iRetryIterationCount' : redefinition; multiple initia
> lization
>        [cc]         C:\obj\test\generated\cpp\RpcHttpHeaderTest2\RpcHttpHeaderTe
> st2Client.cpp(58) : see declaration of 'iRetryIterationCount'
>        [cc] Generating Code...
>        [cc] cl failed with return code 2
> callCompileLinkedClient:
> compileClient:
> validateClientCompilationIfBuilding:
>      [echo] RpcHttpHeaderTest2 - Client Compilation - FAILED

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira