You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2004/05/04 21:12:43 UTC

cvs commit: xml-xerces/c/src/xercesc/framework/psvi XSModel.cpp

cargilld    2004/05/04 12:12:43

  Modified:    c/src/xercesc/framework/psvi XSModel.cpp
  Log:
  Enable IDs to work on all kinds of schema components
  
  Revision  Changes    Path
  1.22      +4 -1      xml-xerces/c/src/xercesc/framework/psvi/XSModel.cpp
  
  Index: XSModel.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSModel.cpp,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- XSModel.cpp	4 May 2004 19:02:40 -0000	1.21
  +++ XSModel.cpp	4 May 2004 19:12:42 -0000	1.22
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.22  2004/05/04 19:12:42  cargilld
  + * Enable IDs to work on all kinds of schema components
  + *
    * Revision 1.21  2004/05/04 19:02:40  cargilld
    * Enable IDs to work on all kinds of schema components
    *
  @@ -661,7 +664,7 @@
       {
           fXSAnnotationList->addElement(annot);
           namespaceItem->fXSAnnotationList->addElement(annot);
  -        addComponentToIdVector(annot, XSConstants::ANNOTATION);
  +        addComponentToIdVector(annot, XSConstants::ANNOTATION -1);
           annot = annot->getNext();
       } // end of annotation loop
   }
  
  
  

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