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:53:58 UTC

cvs commit: xml-xerces/c/src/validators/datatype AnyURIDatatypeValidator.cpp

peiyongz    01/10/09 13:53:58

  Modified:    c/src/validators/datatype AnyURIDatatypeValidator.cpp
  Log:
  init(): take 1 arg.
  
  Revision  Changes    Path
  1.9       +5 -2      xml-xerces/c/src/validators/datatype/AnyURIDatatypeValidator.cpp
  
  Index: AnyURIDatatypeValidator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/datatype/AnyURIDatatypeValidator.cpp,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AnyURIDatatypeValidator.cpp	2001/10/02 18:59:29	1.8
  +++ AnyURIDatatypeValidator.cpp	2001/10/09 20:53:58	1.9
  @@ -55,8 +55,11 @@
    */
   
   /*
  - * $Id: AnyURIDatatypeValidator.cpp,v 1.8 2001/10/02 18:59:29 peiyongz Exp $
  + * $Id: AnyURIDatatypeValidator.cpp,v 1.9 2001/10/09 20:53:58 peiyongz Exp $
    * $Log: AnyURIDatatypeValidator.cpp,v $
  + * Revision 1.9  2001/10/09 20:53:58  peiyongz
  + * init(): take 1 arg.
  + *
    * Revision 1.8  2001/10/02 18:59:29  peiyongz
    * Invalid_Facet_Tag to display the tag name
    *
  @@ -129,7 +132,7 @@
   {
       try
       {
  -        init(baseValidator, facets, enums);
  +        init(enums);
       }
       catch (...)
       { 
  
  
  

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