peiyongz 2003/06/20 11:51:31 Modified: c/src/xercesc/framework Makefile.in Log: Stateless Grammar Pool :: Part I Revision Changes Path 1.9 +7 -0 xml-xerces/c/src/xercesc/framework/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/Makefile.in,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Makefile.in 21 Apr 2003 15:48:39 -0000 1.8 +++ Makefile.in 20 Jun 2003 18:51:31 -0000 1.9 @@ -55,6 +55,9 @@ # # # $Log$ +# Revision 1.9 2003/06/20 18:51:31 peiyongz +# Stateless Grammar Pool :: Part I +# # Revision 1.8 2003/04/21 15:48:39 knoaman # Include MemoryManger header file. # @@ -163,16 +166,20 @@ XMLBufferMgr.hpp \ XMLContentModel.hpp \ XMLDocumentHandler.hpp \ + XMLDTDDescription.hpp \ XMLElementDecl.hpp \ XMLEntityDecl.hpp \ XMLEntityHandler.hpp \ XMLErrorCodes.hpp \ XMLErrorReporter.hpp \ XMLFormatter.hpp \ + XMLGrammarDescription.hpp \ + XMLGrammarPool.hpp \ XMLNotationDecl.hpp \ XMLPScanToken.hpp \ XMLRecognizer.hpp \ XMLRefInfo.hpp \ + XMLSchemaDescription.hpp \ XMLValidator.hpp \ XMLValidityCodes.hpp
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]