You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/10/17 23:13:24 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/datatype AbstractNumericFacetValidator.hpp

peiyongz    2003/10/17 14:13:24

  Modified:    c/src/xercesc/validators/datatype
                        AbstractNumericFacetValidator.hpp
  Log:
  loadNumber() moved to XMLNumber
  
  Revision  Changes    Path
  1.8       +4 -4      xml-xerces/c/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp
  
  Index: AbstractNumericFacetValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/AbstractNumericFacetValidator.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- AbstractNumericFacetValidator.hpp	2 Oct 2003 19:21:06 -0000	1.7
  +++ AbstractNumericFacetValidator.hpp	17 Oct 2003 21:13:24 -0000	1.8
  @@ -57,6 +57,9 @@
   /*
    * $Id$
    * $Log$
  + * Revision 1.8  2003/10/17 21:13:24  peiyongz
  + * loadNumber() moved to XMLNumber
  + *
    * Revision 1.7  2003/10/02 19:21:06  peiyongz
    * Implementation of Serialization/Deserialization
    *
  @@ -212,9 +215,6 @@
       void inspectFacetBase();
   
       void inheritFacet();
  -
  -    XMLNumber*          readNumber(XMLNumber::NumberType   numType
  -                                 , XSerializeEngine&       serEng);
   
   };
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org