You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2001/11/23 19:35:33 UTC

cvs commit: xml-xerces/c/src/validators/schema/identity IC_Selector.cpp

tng         01/11/23 10:35:33

  Modified:    c/src/validators/schema/identity IC_Selector.cpp
  Log:
  Eliminate Warning from AIX xlC 3.6:1540-399: (W) "XMLAttr" is undefined.  The delete operator will not call a destructor.
  
  Revision  Changes    Path
  1.3       +5 -1      xml-xerces/c/src/validators/schema/identity/IC_Selector.cpp
  
  Index: IC_Selector.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/schema/identity/IC_Selector.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IC_Selector.cpp	2001/11/15 17:10:19	1.2
  +++ IC_Selector.cpp	2001/11/23 18:35:33	1.3
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: IC_Selector.cpp,v $
  + * Revision 1.3  2001/11/23 18:35:33  tng
  + * Eliminate Warning from AIX xlC 3.6:1540-399: (W) "XMLAttr" is undefined.  The delete operator will not call a destructor.
  + *
    * Revision 1.2  2001/11/15 17:10:19  knoaman
    * Particle derivation checking support.
    *
  @@ -67,6 +70,7 @@
   // ---------------------------------------------------------------------------
   //  Includes
   // ---------------------------------------------------------------------------
  +#include <framework/XMLAttr.hpp>
   #include <validators/schema/identity/IC_Selector.hpp>
   #include <validators/schema/identity/XercesXPath.hpp>
   #include <validators/schema/identity/IdentityConstraint.hpp>
  @@ -104,7 +108,7 @@
   
       XPathMatcher::startElement(elemDecl, urlId, elemPrefix, attrList, attrCount);
       fElementDepth++;
  -    
  +
       // activate the fields, if selector is matched
       if (fMatchedDepth == -1 && isMatched()) {
   
  
  
  

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