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 2002/10/17 22:49:05 UTC

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

peiyongz    2002/10/17 13:49:05

  Modified:    c/src/xercesc/validators/datatype
                        DecimalDatatypeValidator.hpp
  Log:
  Patch to Bug#13640: Getter methods not public in DecimalDatatypeValidator
  
  Revision  Changes    Path
  1.2       +6 -2      xml-xerces/c/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp
  
  Index: DecimalDatatypeValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/datatype/DecimalDatatypeValidator.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DecimalDatatypeValidator.hpp	1 Feb 2002 22:22:41 -0000	1.1
  +++ DecimalDatatypeValidator.hpp	17 Oct 2002 20:49:05 -0000	1.2
  @@ -57,8 +57,11 @@
   /*
    * $Id$
    * $Log$
  - * Revision 1.1  2002/02/01 22:22:41  peiyongz
  - * Initial revision
  + * Revision 1.2  2002/10/17 20:49:05  peiyongz
  + * Patch to Bug#13640: Getter methods not public in DecimalDatatypeValidator
  + *
  + * Revision 1.1.1.1  2002/02/01 22:22:41  peiyongz
  + * sane_include
    *
    * Revision 1.10  2001/11/22 20:23:20  peiyongz
    * _declspec(dllimport) and inline warning C4273
  @@ -169,7 +172,7 @@
   
       virtual void checkContent( const XMLCh* const content, bool asBase);
   
  -private:
  +public:
   
   // -----------------------------------------------------------------------
   // Getter methods
  @@ -179,6 +182,7 @@
   
       inline unsigned int                    getFractionDigits() const;
   
  +private:
   // -----------------------------------------------------------------------
   // Setter methods
   // -----------------------------------------------------------------------
  
  
  

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