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 ja...@apache.org on 2005/08/23 06:44:08 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGet_AddAnyObjectTestOutOfScope Calculator.cpp

jamejose    2005/08/22 21:44:08

  Modified:    c/tests/auto_build/testcases/dynamic/DynamicGet_AddAnyObjectTestOutOfScope
                        Calculator.cpp
  Log:
  Removed the commented part to show the problem AXISCPP-547
  
  Revision  Changes    Path
  1.6       +2 -2      ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGet_AddAnyObjectTestOutOfScope/Calculator.cpp
  
  Index: Calculator.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGet_AddAnyObjectTestOutOfScope/Calculator.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Calculator.cpp	8 Jul 2005 16:18:16 -0000	1.5
  +++ Calculator.cpp	23 Aug 2005 04:44:08 -0000	1.6
  @@ -93,13 +93,13 @@
   				cout << any->_size<<endl;
   				cout << any->_array[0]<<endl;
   			}
  -			/*any = (AnyType*)m_pCall->getAnyObject();
  +			any = (AnyType*)m_pCall->getAnyObject();
   			any = (AnyType*)m_pCall->getAnyObject();
   			any = (AnyType*)m_pCall->getAnyObject();
   			if(any!=NULL){
   				cout << any->_size<<endl;
   				cout << any->_array[0]<<endl;
  -			}*/			
  +			}		
   		}
   
   	}