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 2001/10/09 22:52:44 UTC

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

peiyongz    01/10/09 13:52:44

  Modified:    c/src/validators/datatype DecimalDatatypeValidator.hpp
                        DoubleDatatypeValidator.hpp
                        FloatDatatypeValidator.hpp
  Log:
  init():removed
  
  Revision  Changes    Path
  1.9       +4 -8      xml-xerces/c/src/validators/datatype/DecimalDatatypeValidator.hpp
  
  Index: DecimalDatatypeValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/datatype/DecimalDatatypeValidator.hpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- DecimalDatatypeValidator.hpp	2001/10/01 21:04:40	1.8
  +++ DecimalDatatypeValidator.hpp	2001/10/09 20:52:43	1.9
  @@ -55,8 +55,11 @@
    */
   
   /*
  - * $Id: DecimalDatatypeValidator.hpp,v 1.8 2001/10/01 21:04:40 peiyongz Exp $
  + * $Id: DecimalDatatypeValidator.hpp,v 1.9 2001/10/09 20:52:43 peiyongz Exp $
    * $Log: DecimalDatatypeValidator.hpp,v $
  + * Revision 1.9  2001/10/09 20:52:43  peiyongz
  + * init():removed
  + *
    * Revision 1.8  2001/10/01 21:04:40  peiyongz
    * DTV Reorganization:fix to memory leak in compare() method.
    *
  @@ -128,8 +131,6 @@
                              , const int                           finalSet
                              , const ValidatorType                 type);
   
  -    inline void init(RefVectorOf<XMLCh>*           const enums);
  -
   // -----------------------------------------------------------------------
   // Abstract interface from AbstractNumericFacetValidator
   // -----------------------------------------------------------------------
  @@ -188,11 +189,6 @@
   	 unsigned int         fFractionDigits;
   
   };
  -
  -void DecimalDatatypeValidator::init(RefVectorOf<XMLCh>*   const enums)
  -{
  -    AbstractNumericValidator::init(enums);
  -}
   
   // -----------------------------------------------------------------------
   // Getter methods
  
  
  
  1.5       +4 -8      xml-xerces/c/src/validators/datatype/DoubleDatatypeValidator.hpp
  
  Index: DoubleDatatypeValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/datatype/DoubleDatatypeValidator.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DoubleDatatypeValidator.hpp	2001/10/01 21:03:55	1.4
  +++ DoubleDatatypeValidator.hpp	2001/10/09 20:52:43	1.5
  @@ -55,8 +55,11 @@
    */
   
   /*
  - * $Id: DoubleDatatypeValidator.hpp,v 1.4 2001/10/01 21:03:55 peiyongz Exp $
  + * $Id: DoubleDatatypeValidator.hpp,v 1.5 2001/10/09 20:52:43 peiyongz Exp $
    * $Log: DoubleDatatypeValidator.hpp,v $
  + * Revision 1.5  2001/10/09 20:52:43  peiyongz
  + * init():removed
  + *
    * Revision 1.4  2001/10/01 21:03:55  peiyongz
    * DTV Reorganization:derived from AbstractNumericValidator
    *
  @@ -136,8 +139,6 @@
                             , const int                           finalSet
                             , const ValidatorType                 type);
   
  -    inline void init(RefVectorOf<XMLCh>*           const enums);
  -
   // -----------------------------------------------------------------------
   // Abstract interface from AbstractNumericFacetValidator
   // -----------------------------------------------------------------------
  @@ -171,11 +172,6 @@
       virtual void checkContent( const XMLCh* const content, bool asBase);
   
   };
  -
  -void DoubleDatatypeValidator::init(RefVectorOf<XMLCh>*   const enums)
  -{
  -    AbstractNumericValidator::init(enums);
  -}
   
   /**
     * End of file DoubleDatatypeValidator.hpp
  
  
  
  1.5       +4 -8      xml-xerces/c/src/validators/datatype/FloatDatatypeValidator.hpp
  
  Index: FloatDatatypeValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/datatype/FloatDatatypeValidator.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- FloatDatatypeValidator.hpp	2001/10/01 21:03:55	1.4
  +++ FloatDatatypeValidator.hpp	2001/10/09 20:52:43	1.5
  @@ -55,8 +55,11 @@
    */
   
   /*
  - * $Id: FloatDatatypeValidator.hpp,v 1.4 2001/10/01 21:03:55 peiyongz Exp $
  + * $Id: FloatDatatypeValidator.hpp,v 1.5 2001/10/09 20:52:43 peiyongz Exp $
    * $Log: FloatDatatypeValidator.hpp,v $
  + * Revision 1.5  2001/10/09 20:52:43  peiyongz
  + * init():removed
  + *
    * Revision 1.4  2001/10/01 21:03:55  peiyongz
    * DTV Reorganization:derived from AbstractNumericValidator
    *
  @@ -137,8 +140,6 @@
                            , const int                           finalSet
                            , const ValidatorType                 type);
   
  -    inline void init(RefVectorOf<XMLCh>*           const enums);
  -
   // -----------------------------------------------------------------------
   // Abstract interface from AbstractNumericFacetValidator
   // -----------------------------------------------------------------------
  @@ -172,11 +173,6 @@
       virtual void checkContent( const XMLCh* const content, bool asBase);
   
   };
  -
  -void FloatDatatypeValidator::init(RefVectorOf<XMLCh>*   const enums)
  -{
  -    AbstractNumericValidator::init(enums);
  -}
   
   /**
     * End of file FloatDatatypeValidator.hpp
  
  
  

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