jberry 2003/11/25 07:10:44 Modified: c/src/xercesc/framework XMLGrammarPool.hpp c/src/xercesc/framework/psvi XSObject.hpp Log: Eliminate some compiler warnings concerning comments inside of comments Revision Changes Path 1.11 +8 -3 xml-xerces/c/src/xercesc/framework/XMLGrammarPool.hpp Index: XMLGrammarPool.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/XMLGrammarPool.hpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- XMLGrammarPool.hpp 21 Nov 2003 22:34:45 -0000 1.10 +++ XMLGrammarPool.hpp 25 Nov 2003 15:10:44 -0000 1.11 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.11 2003/11/25 15:10:44 jberry + * Eliminate some compiler warnings concerning comments inside of comments + * * Revision 1.10 2003/11/21 22:34:45 neilg * More schema component model implementation, thanks to David Cargill. * In particular, this cleans up and completes the XSModel, XSNamespaceItem, @@ -240,7 +243,7 @@ //@} // ----------------------------------------------------------------------- - /** @name schema component model support + /** @name schema component model support */ // ----------------------------------------------------------------------- //@{ @@ -283,7 +286,7 @@ //@} // ----------------------------------------------------------------------- - /** serialization and deserialization support + /** serialization and deserialization support */ // ----------------------------------------------------------------------- /*** 1.9 +5 -1 xml-xerces/c/src/xercesc/framework/psvi/XSObject.hpp Index: XSObject.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/psvi/XSObject.hpp,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- XSObject.hpp 21 Nov 2003 17:34:04 -0000 1.8 +++ XSObject.hpp 25 Nov 2003 15:10:44 -0000 1.9 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.9 2003/11/25 15:10:44 jberry + * Eliminate some compiler warnings concerning comments inside of comments + * * Revision 1.8 2003/11/21 17:34:04 knoaman * PSVI update * @@ -75,7 +78,8 @@ * first part of PSVI/schema component model implementation, thanks to David Cargill. This covers setting the PSVIHandler on parser objects, as well as implementing XSNotation, XSSimpleTypeDefinition, XSIDCDefinition, and most of XSWildcard, XSComplexTypeDefinition, XSElementDeclaration, XSAttributeDeclaration and XSAttributeUse. * * Revision 1.3 2003/10/24 10:59:26 gareth - * changed /* to // to prevent compiler warnings. + * changed C comments to C++ comments to prevent compiler warnings. + * (rephrased that message to eliminate compiler warnings on the message--this is recursive!) * * Revision 1.2 2003/10/10 18:37:51 neilg * update XSModel and XSObject interface so that IDs can be used to query components in XSModels, and so that those IDs can be recovered from components
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]