You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ga...@apache.org on 2003/11/24 11:30:53 UTC

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

gareth      2003/11/24 02:30:53

  Modified:    c/src/xercesc/framework/psvi XSParticle.cpp
  Log:
  fixed typo in include
  
  Revision  Changes    Path
  1.5       +4 -1      xml-xerces/c/src/xercesc/framework/psvi/XSParticle.cpp
  
  Index: XSParticle.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSParticle.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XSParticle.cpp	21 Nov 2003 17:34:04 -0000	1.4
  +++ XSParticle.cpp	24 Nov 2003 10:30:53 -0000	1.5
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.5  2003/11/24 10:30:53  gareth
  + * fixed typo in include
  + *
    * Revision 1.4  2003/11/21 17:34:04  knoaman
    * PSVI update
    *
  @@ -76,7 +79,7 @@
   #include <xercesc/framework/psvi/XSParticle.hpp>
   #include <xercesc/framework/psvi/XSElementDeclaration.hpp>
   #include <xercesc/framework/psvi/XSModelGroup.hpp>
  -#include <xercesc/framework/psvi/XSWildCard.hpp>
  +#include <xercesc/framework/psvi/XSWildcard.hpp>
   
   XERCES_CPP_NAMESPACE_BEGIN
   
  
  
  

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