You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by kn...@apache.org on 2002/02/07 15:46:52 UTC

cvs commit: xml-xerces/c/src/xercesc/validators/schema TraverseSchema.cpp

knoaman     02/02/07 06:46:52

  Modified:    c/src/xercesc/validators/schema TraverseSchema.cpp
  Log:
  Fix compilation error on Solaris/AIX.
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xerces/c/src/xercesc/validators/schema/TraverseSchema.cpp
  
  Index: TraverseSchema.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/TraverseSchema.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TraverseSchema.cpp	6 Feb 2002 22:27:58 -0000	1.2
  +++ TraverseSchema.cpp	7 Feb 2002 14:46:52 -0000	1.3
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: TraverseSchema.cpp,v 1.2 2002/02/06 22:27:58 knoaman Exp $
  + * $Id: TraverseSchema.cpp,v 1.3 2002/02/07 14:46:52 knoaman Exp $
    */
   
   // ---------------------------------------------------------------------------
  @@ -4338,7 +4338,7 @@
   }
   
   
  -IDOM_Element* TraverseSchema::checkContent(const IDOM_Element* rootElem,
  +IDOM_Element* TraverseSchema::checkContent(const IDOM_Element* const rootElem,
                                              IDOM_Element* const contentElem,
                                              const bool isEmpty) {
   
  @@ -6325,7 +6325,7 @@
       return max;
   }
   
  -void TraverseSchema::checkFixedFacet(const IDOM_Element* elem,
  +void TraverseSchema::checkFixedFacet(const IDOM_Element* const elem,
                                        const XMLCh* const facetName,
                                        const DatatypeValidator* const baseDV,
                                        unsigned int& flags)
  
  
  

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