From 426177cc821389c90c930e7f083678f241566e2b Mon Sep 17 00:00:00 2001 From: James David Berry <jberry@apache.org> Date: Tue, 25 Nov 2003 15:10:44 +0000 Subject: [PATCH] Eliminate some compiler warnings concerning comments inside of comments git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175456 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/framework/XMLGrammarPool.hpp | 7 +++++-- src/xercesc/framework/psvi/XSObject.hpp | 6 +++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/xercesc/framework/XMLGrammarPool.hpp b/src/xercesc/framework/XMLGrammarPool.hpp index d60d5f440..d1f7c96dc 100644 --- a/src/xercesc/framework/XMLGrammarPool.hpp +++ b/src/xercesc/framework/XMLGrammarPool.hpp @@ -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 @@ public : //@} // ----------------------------------------------------------------------- - /** @name schema component model support + /** @name schema component model support */ // ----------------------------------------------------------------------- //@{ @@ -283,7 +286,7 @@ public : //@} // ----------------------------------------------------------------------- - /** serialization and deserialization support + /** serialization and deserialization support */ // ----------------------------------------------------------------------- /*** diff --git a/src/xercesc/framework/psvi/XSObject.hpp b/src/xercesc/framework/psvi/XSObject.hpp index d07a4a9ed..109f16b60 100644 --- a/src/xercesc/framework/psvi/XSObject.hpp +++ b/src/xercesc/framework/psvi/XSObject.hpp @@ -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 -- GitLab