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 sa...@apache.org on 2005/08/16 04:07:59 UTC

cvs commit: ws-axis/c/src/soap/xsd NegativeInteger.hpp

samisa      2005/08/15 19:07:58

  Modified:    c/src/soap/xsd NegativeInteger.hpp
  Log:
  Fixed the AIX build error: The prior declaration for axiscpp::NegativeInteger::NegativeInteger() has an exception specification
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/c/src/soap/xsd/NegativeInteger.hpp
  
  Index: NegativeInteger.hpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/soap/xsd/NegativeInteger.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- NegativeInteger.hpp	12 Aug 2005 15:22:28 -0000	1.6
  +++ NegativeInteger.hpp	16 Aug 2005 02:07:58 -0000	1.7
  @@ -35,7 +35,7 @@
       /**
        * Constructor
        */
  -    NegativeInteger() throw (AxisSoapException);
  +    NegativeInteger();
       
       /**
        * Constructor providing a value for later serialization