You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/07/09 07:16:14 UTC

cvs commit: ws-axis/c/tests/client/fault_mapping/gen_src MathOps.cpp

damitha     2004/07/08 22:16:14

  Modified:    c/tests/client/fault_mapping/gen_src Tag: Release1-2-branch
                        MathOps.cpp
  Log:
  (null)
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.4.2.1   +2 -2      ws-axis/c/tests/client/fault_mapping/gen_src/MathOps.cpp
  
  Index: MathOps.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/client/fault_mapping/gen_src/MathOps.cpp,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- MathOps.cpp	6 Jul 2004 08:34:43 -0000	1.4
  +++ MathOps.cpp	9 Jul 2004 05:16:14 -0000	1.4.2.1
  @@ -102,7 +102,7 @@
   		        m_pCall->unInitialize();
                           throw AxisClientException(pSoapFault);
   		    }
  -                    if(0 == strcmp("OutOfBoundStruct", pcCmplxFaultName))
  +		    else if(0 == strcmp("OutOfBoundStruct", pcCmplxFaultName))
                       {
                           OutOfBoundStruct* pFaultDetail = NULL;
                           pFaultDetail = (OutOfBoundStruct*)pSoapFault->
  @@ -115,7 +115,7 @@
   		        m_pCall->unInitialize();
                           throw AxisClientException(pSoapFault);
   		    }
  -                    if(0 == strcmp("SpecialDetailStruct", pcCmplxFaultName))
  +		    else if(0 == strcmp("SpecialDetailStruct", pcCmplxFaultName))
                       {
                           SpecialDetailStruct* pFaultDetail = NULL;
                           pFaultDetail = (SpecialDetailStruct*)pSoapFault->