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:24:51 UTC

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

tng         01/11/23 10:24:51

  Modified:    c/src/validators/schema/identity IdentityConstraint.hpp
  Log:
  Eliminate Warning from AIX xlC 3.6: 1540-399: (W) "IC_Field" is undefined.  The delete operator will not call a destructor.
  
  Revision  Changes    Path
  1.3       +3 -4      xml-xerces/c/src/validators/schema/identity/IdentityConstraint.hpp
  
  Index: IdentityConstraint.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/validators/schema/identity/IdentityConstraint.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IdentityConstraint.hpp	2001/11/15 17:10:19	1.2
  +++ IdentityConstraint.hpp	2001/11/23 18:24:51	1.3
  @@ -55,7 +55,7 @@
    */
   
   /*
  - * $Id: IdentityConstraint.hpp,v 1.2 2001/11/15 17:10:19 knoaman Exp $
  + * $Id: IdentityConstraint.hpp,v 1.3 2001/11/23 18:24:51 tng Exp $
    */
   
   #if !defined(IDENTITYCONSTRAINT_HPP)
  @@ -70,14 +70,13 @@
   //  Includes
   // ---------------------------------------------------------------------------
   #include <util/RefVectorOf.hpp>
  +#include <validators/schema/identity/IC_Field.hpp>
   
   // ---------------------------------------------------------------------------
   //  Forward Declarations
   // ---------------------------------------------------------------------------
   class IC_Selector;
  -class IC_Field;
   
  -
   class VALIDATORS_EXPORT IdentityConstraint
   {
   public:
  @@ -128,7 +127,7 @@
       // -----------------------------------------------------------------------
       IdentityConstraint(const XMLCh* const identityConstraintName,
                          const XMLCh* const elementName);
  -    
  +
   private:
       // -----------------------------------------------------------------------
       //  Unimplemented contstructors and operators
  
  
  

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