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/03/14 13:03:36 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGetnamespacePrefixTest Calculator.hpp

jamejose    2005/03/14 04:03:36

  Modified:    c/tests/auto_build/testcases/dynamic/DynamicGetnamespacePrefixTest
                        Calculator.hpp
  Log:
  
  
  Revision  Changes    Path
  1.2       +1 -2      ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGetnamespacePrefixTest/Calculator.hpp
  
  Index: Calculator.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGetnamespacePrefixTest/Calculator.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Calculator.hpp	14 Mar 2005 12:02:35 -0000	1.1
  +++ Calculator.hpp	14 Mar 2005 12:03:36 -0000	1.2
  @@ -22,8 +22,7 @@
   	STORAGE_CLASS_INFO virtual ~Calculator();
   public: 
   	STORAGE_CLASS_INFO void SetSecure( char *, ...);
  -	STORAGE_CLASS_INFO xsd__int div(xsd__int Value0,xsd__int Value1);
  -	STORAGE_CLASS_INFO AxisChar * getNamespacePrefix(AxisChar * pNamespace);
  +	STORAGE_CLASS_INFO xsd__int div(xsd__int Value0,xsd__int Value1);	
   private:
   	void includeSecure();
   	Call *m_pCall;