knoaman     2003/12/16 10:42:27

  Modified:    c/src/xercesc/internal XObjectComparator.cpp
  Log:
  fMayMatch is no longer a data member of IC_Field
  
  Revision  Changes    Path
  1.4       +4 -2      xml-xerces/c/src/xercesc/internal/XObjectComparator.cpp
  
  Index: XObjectComparator.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/XObjectComparator.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XObjectComparator.cpp     12 Nov 2003 20:29:05 -0000      1.3
  +++ XObjectComparator.cpp     16 Dec 2003 18:42:27 -0000      1.4
  @@ -57,6 +57,9 @@
   /*
    *
    * $Log$
  + * Revision 1.4  2003/12/16 18:42:27  knoaman
  + * fMayMatch is no longer a data member of IC_Field
  + *
    * Revision 1.3  2003/11/12 20:29:05  peiyongz
    * removal of fIDRefList
    *
  @@ -874,7 +877,6 @@
       IS_EQUIVALENT(lValue, rValue)
   
       return (
  -             (lValue->fMayMatch == rValue->fMayMatch)  &&
                isEquivalent(lValue->fXPath
                           , rValue->fXPath)              &&
                isEquivalent(lValue->fIdentityConstraint
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to