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:25:45 UTC

cvs commit: xml-xerces/c/src/validators/schema SchemaElementDecl.hpp

tng         01/11/23 10:25:45

  Modified:    c/src/validators/schema SchemaElementDecl.hpp
  Log:
  Eliminate Warning from AIX xlC 3.6: 1540-399: (W) "IdentityConstraint" is undefined.  The delete operator will not call a destructor.
  
  Revision  Changes    Path
  1.16      +5 -2      xml-xerces/c/src/validators/schema/SchemaElementDecl.hpp
  
  Index: SchemaElementDecl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/schema/SchemaElementDecl.hpp,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- SchemaElementDecl.hpp	2001/11/02 14:13:45	1.15
  +++ SchemaElementDecl.hpp	2001/11/23 18:25:45	1.16
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: SchemaElementDecl.hpp,v $
  + * Revision 1.16  2001/11/23 18:25:45  tng
  + * Eliminate Warning from AIX xlC 3.6: 1540-399: (W) "IdentityConstraint" is undefined.  The delete operator will not call a destructor.
  + *
    * Revision 1.15  2001/11/02 14:13:45  knoaman
    * Add support for identity constraints.
    *
  @@ -110,11 +113,11 @@
   #include <util/QName.hpp>
   #include <validators/common/Grammar.hpp>
   #include <validators/schema/ComplexTypeInfo.hpp>
  +#include <validators/schema/identity/IdentityConstraint.hpp>
   
   class ContentSpecNode;
   class SchemaAttDefList;
   class DatatypeValidator;
  -class IdentityConstraint;
   
   //
   //  This class is a derivative of the basic element decl. This one implements
  @@ -529,7 +532,7 @@
   // ---------------------------------------------------------------------------
   //  SchemaElementDecl: IC methods
   // ---------------------------------------------------------------------------
  -inline void 
  +inline void
   SchemaElementDecl::addIdentityConstraint(IdentityConstraint* const ic) {
   
       if (!fIdentityConstraints) {
  
  
  

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