You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/10/17 21:34:47 UTC

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

peiyongz    2003/10/17 12:34:47

  Modified:    c/src/xercesc/validators/schema/identity XPathSymbols.hpp
  Log:
  Header Guard changed from SCHEMASYMBOLS_HPP to XPATHSYMBOLS_HPP
  
  Revision  Changes    Path
  1.3       +3 -3      xml-xerces/c/src/xercesc/validators/schema/identity/XPathSymbols.hpp
  
  Index: XPathSymbols.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/identity/XPathSymbols.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XPathSymbols.hpp	4 Nov 2002 14:47:41 -0000	1.2
  +++ XPathSymbols.hpp	17 Oct 2003 19:34:47 -0000	1.3
  @@ -58,8 +58,8 @@
    * $Id$
    */
   
  -#if !defined(SCHEMASYMBOLS_HPP)
  -#define SCHEMASYMBOLS_HPP
  +#if !defined(XPATHSYMBOLS_HPP)
  +#define XPATHSYMBOLS_HPP
   
   #include <xercesc/util/XercesDefs.hpp>
   
  
  
  

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