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/11 21:32:12 UTC

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

peiyongz    01/10/11 12:32:12

  Modified:    c/src/validators/datatype AbstractStringValidator.hpp
  Log:
  Allow derived to overwrite inheritFacet()
  
  Revision  Changes    Path
  1.6       +11 -3     xml-xerces/c/src/validators/datatype/AbstractStringValidator.hpp
  
  Index: AbstractStringValidator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/datatype/AbstractStringValidator.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AbstractStringValidator.hpp	2001/10/09 21:00:54	1.5
  +++ AbstractStringValidator.hpp	2001/10/11 19:32:12	1.6
  @@ -55,8 +55,11 @@
    */
   
   /*
  - * $Id: AbstractStringValidator.hpp,v 1.5 2001/10/09 21:00:54 peiyongz Exp $
  + * $Id: AbstractStringValidator.hpp,v 1.6 2001/10/11 19:32:12 peiyongz Exp $
    * $Log: AbstractStringValidator.hpp,v $
  + * Revision 1.6  2001/10/11 19:32:12  peiyongz
  + * Allow derived to overwrite inheritFacet()
  + *
    * Revision 1.5  2001/10/09 21:00:54  peiyongz
    * . init() take 1 arg,
    * . make inspectFacetBase() virtual to allow ListDTV provide its own method,
  @@ -159,6 +162,8 @@
       //
       virtual void inspectFacetBase();
   
  +    virtual void inheritFacet();
  +
   // -----------------------------------------------------------------------
   // Getter methods
   // -----------------------------------------------------------------------
  @@ -190,8 +195,6 @@
       void assignFacet();
   
       void inspectFacet();
  -
  -    void inheritFacet();
   
       // -----------------------------------------------------------------------
       //  Private data members
  
  
  

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