[GME-commit] GMESRC/GME/Include/xerces/validators/schema/identity
FieldActivator.hpp,1.1.1.1,1.2 FieldValueMap.hpp,1.1.1.1,1.2
IC_Field.hpp,1.1.1.1,1.2 IC_Key.hpp,1.1.1.1,1.2
IC_KeyRef.hpp,1.1.1.1,1.2 IC_Selector.hpp,1.1.1.1,1.2
IC_Unique.hpp,1.1.1.1,1.2 IdentityConstraint.hpp,1.1.1.1,1.2
ValueStore.hpp,1.1.1.1,1.2 ValueStoreCache.hpp,1.1.1.1,1.2
XPathException.hpp,1.1.1.1,1.2 XPathMatcher.hpp,1.1.1.1,1.2
XPathMatcherStack.hpp,1.1.1.1,1.2 XPathSymbols.hpp,1.1.1.1,1.2
XercesXPath.hpp,1.1.1.1,1.2
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Apr 7 09:47:37 CDT 2004
- Previous message: [GME-commit] GMESRC/GME/Include/xerces/validators/schema
ComplexTypeInfo.hpp,1.1.1.1,1.2
GeneralAttributeCheck.hpp,1.1.1.1,1.2
NamespaceScope.hpp,1.1.1.1,1.2 SchemaAttDef.hpp,1.1.1.1,1.2
SchemaAttDefList.hpp,1.1.1.1,1.2 SchemaElementDecl.hpp,1.1.1.1,1.2
SchemaGrammar.hpp,1.1.1.1,1.2 SchemaInfo.hpp,1.1.1.1,1.2
SchemaSymbols.hpp,1.1.1.1,1.2 SchemaValidator.hpp,1.1.1.1,1.2
SubstitutionGroupComparator.hpp,1.1.1.1,1.2
TraverseSchema.hpp,1.1.1.1,1.2
XMLSchemaDescriptionImpl.hpp,1.1.1.1,1.2
XSDDOMParser.hpp,1.1.1.1,1.2 XSDErrorReporter.hpp,1.1.1.1,1.2
XSDLocator.hpp,1.1.1.1,1.2 XUtil.hpp,1.1.1.1,1.2
XercesAttGroupInfo.hpp,1.1.1.1,1.2
XercesElementWildcard.hpp,1.1.1.1,1.2
XercesGroupInfo.hpp,1.1.1.1,1.2
- Next message: [GME-commit] GMESRC/GME/Include/xerces/validators/datatype
AbstractNumericFacetValidator.hpp,1.1.1.1,1.2
AbstractNumericValidator.hpp,1.1.1.1,1.2
AbstractStringValidator.hpp,1.1.1.1,1.2
AnySimpleTypeDatatypeValidator.hpp,1.1.1.1,1.2
AnyURIDatatypeValidator.hpp,1.1.1.1,1.2
Base64BinaryDatatypeValidator.hpp,1.1.1.1,1.2
BooleanDatatypeValidator.hpp,1.1.1.1,1.2
DatatypeValidator.hpp,1.1.1.1,1.2
DatatypeValidatorFactory.hpp,1.1.1.1,1.2
DateDatatypeValidator.hpp,1.1.1.1,1.2
DateTimeDatatypeValidator.hpp,1.1.1.1,1.2
DateTimeValidator.hpp,1.1.1.1,1.2
DayDatatypeValidator.hpp,1.1.1.1,1.2
DecimalDatatypeValidator.hpp,1.1.1.1,1.2
DoubleDatatypeValidator.hpp,1.1.1.1,1.2
DurationDatatypeValidator.hpp,1.1.1.1,1.2
ENTITYDatatypeValidator.hpp,1.1.1.1,1.2
FloatDatatypeValidator.hpp,1.1.1.1,1.2
HexBinaryDatatypeValidator.hpp,1.1.1.1,1.2
IDDatatypeValidator.hpp,1.1.1.1,1.2
IDREFDatatypeValidator.hpp,1.1.1.1,1.2
InvalidDatatypeFacetException.hpp,1.1.1.1,1.2
InvalidDatatypeValueException.hpp,1.1.1.1,1.2
ListDatatypeValidator.hpp,1.1.1.1,1.2
MonthDatatypeValidator.hpp,1.1.1.1,1.2
MonthDayDatatypeValidator.hpp,1.1.1.1,1.2
NCNameDatatypeValidator.hpp,1.1.1.1,1.2
NOTATIONDatatypeValidator.hpp,1.1.1.1,1.2
NameDatatypeValidator.hpp,1.1.1.1,1.2
QNameDatatypeValidator.hpp,1.1.1.1,1.2
StringDatatypeValidator.hpp,1.1.1.1,1.2
TimeDatatypeValidator.hpp,1.1.1.1,1.2
UnionDatatypeValidator.hpp,1.1.1.1,1.2
XMLCanRepGroup.hpp,1.1.1.1,1.2YearDatatypeValidator.hpp,1.1.1.1,1.2
YearMonthDatatypeValidator.hpp,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity
In directory braindrain:/tmp/cvs-serv18403/GME/Include/xerces/validators/schema/identity
Modified Files:
FieldActivator.hpp FieldValueMap.hpp IC_Field.hpp IC_Key.hpp
IC_KeyRef.hpp IC_Selector.hpp IC_Unique.hpp
IdentityConstraint.hpp ValueStore.hpp ValueStoreCache.hpp
XPathException.hpp XPathMatcher.hpp XPathMatcherStack.hpp
XPathSymbols.hpp XercesXPath.hpp
Log Message:
Updating the Xerces library to version 2.5.0
CVS User: volgy
Index: FieldActivator.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/FieldActivator.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** FieldActivator.hpp 7 Apr 2004 12:59:10 -0000 1.1.1.1
--- FieldActivator.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 70,74 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/util/ValueHashTableOf.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 70,74 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/util/ValueHashTableOf.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: FieldValueMap.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/FieldValueMap.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** FieldValueMap.hpp 7 Apr 2004 12:59:10 -0000 1.1.1.1
--- FieldValueMap.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 70,76 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/util/XMLString.hpp>
! #include <xercesc/util/ValueVectorOf.hpp>
! #include <xercesc/util/RefArrayVectorOf.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 70,76 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/util/XMLString.hpp>
! #include <xerces/util/ValueVectorOf.hpp>
! #include <xerces/util/RefArrayVectorOf.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: IC_Field.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/IC_Field.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** IC_Field.hpp 7 Apr 2004 12:59:10 -0000 1.1.1.1
--- IC_Field.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 66,72 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/validators/schema/identity/XPathMatcher.hpp>
! #include <xercesc/internal/XSerializable.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 66,72 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/validators/schema/identity/XPathMatcher.hpp>
! #include <xerces/internal/XSerializable.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: IC_Key.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/IC_Key.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** IC_Key.hpp 7 Apr 2004 12:59:11 -0000 1.1.1.1
--- IC_Key.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 66,70 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/validators/schema/identity/IdentityConstraint.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 66,70 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/validators/schema/identity/IdentityConstraint.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: IC_KeyRef.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/IC_KeyRef.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** IC_KeyRef.hpp 7 Apr 2004 12:59:11 -0000 1.1.1.1
--- IC_KeyRef.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 66,70 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/validators/schema/identity/IdentityConstraint.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 66,70 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/validators/schema/identity/IdentityConstraint.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: IC_Selector.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/IC_Selector.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** IC_Selector.hpp 7 Apr 2004 12:59:11 -0000 1.1.1.1
--- IC_Selector.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 66,72 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/validators/schema/identity/XPathMatcher.hpp>
! #include <xercesc/internal/XSerializable.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 66,72 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/validators/schema/identity/XPathMatcher.hpp>
! #include <xerces/internal/XSerializable.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: IC_Unique.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/IC_Unique.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** IC_Unique.hpp 7 Apr 2004 12:59:11 -0000 1.1.1.1
--- IC_Unique.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 70,74 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/validators/schema/identity/IdentityConstraint.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 70,74 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/validators/schema/identity/IdentityConstraint.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: IdentityConstraint.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/IdentityConstraint.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** IdentityConstraint.hpp 7 Apr 2004 12:59:11 -0000 1.1.1.1
--- IdentityConstraint.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 70,77 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/util/RefVectorOf.hpp>
! #include <xercesc/validators/schema/identity/IC_Field.hpp>
! #include <xercesc/internal/XSerializable.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 70,77 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/util/RefVectorOf.hpp>
! #include <xerces/validators/schema/identity/IC_Field.hpp>
! #include <xerces/internal/XSerializable.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: ValueStore.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/ValueStore.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ValueStore.hpp 7 Apr 2004 12:59:11 -0000 1.1.1.1
--- ValueStore.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 71,76 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/validators/schema/identity/FieldValueMap.hpp>
! #include <xercesc/util/RefVectorOf.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 71,76 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/validators/schema/identity/FieldValueMap.hpp>
! #include <xerces/util/RefVectorOf.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: ValueStoreCache.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/ValueStoreCache.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ValueStoreCache.hpp 7 Apr 2004 12:59:11 -0000 1.1.1.1
--- ValueStoreCache.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 83,92 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/util/RefVectorOf.hpp>
! #include <xercesc/util/RefHashTableOf.hpp>
! #include <xercesc/util/RefHash2KeysTableOf.hpp>
! #include <xercesc/util/RefStackOf.hpp>
! #include <xercesc/validators/schema/identity/IdentityConstraint.hpp>
! #include <xercesc/validators/schema/identity/IC_Field.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 83,92 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/util/RefVectorOf.hpp>
! #include <xerces/util/RefHashTableOf.hpp>
! #include <xerces/util/RefHash2KeysTableOf.hpp>
! #include <xerces/util/RefStackOf.hpp>
! #include <xerces/validators/schema/identity/IdentityConstraint.hpp>
! #include <xerces/validators/schema/identity/IC_Field.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: XPathException.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/XPathException.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** XPathException.hpp 7 Apr 2004 12:59:11 -0000 1.1.1.1
--- XPathException.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 63,68 ****
#define XPATHEXCEPTION_HPP
! #include <xercesc/util/XercesDefs.hpp>
! #include <xercesc/util/XMLException.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 63,68 ----
#define XPATHEXCEPTION_HPP
! #include <xerces/util/XercesDefs.hpp>
! #include <xerces/util/XMLException.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: XPathMatcher.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/XPathMatcher.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** XPathMatcher.hpp 7 Apr 2004 12:59:12 -0000 1.1.1.1
--- XPathMatcher.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 66,72 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/util/ValueStackOf.hpp>
! #include <xercesc/util/RefVectorOf.hpp>
! #include <xercesc/framework/XMLBuffer.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 66,72 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/util/ValueStackOf.hpp>
! #include <xerces/util/RefVectorOf.hpp>
! #include <xerces/framework/XMLBuffer.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: XPathMatcherStack.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/XPathMatcherStack.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** XPathMatcherStack.hpp 7 Apr 2004 12:59:12 -0000 1.1.1.1
--- XPathMatcherStack.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 66,70 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/validators/schema/identity/XPathMatcher.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 66,70 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/validators/schema/identity/XPathMatcher.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: XPathSymbols.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/XPathSymbols.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** XPathSymbols.hpp 7 Apr 2004 12:59:12 -0000 1.1.1.1
--- XPathSymbols.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 62,66 ****
#define XPATHSYMBOLS_HPP
! #include <xercesc/util/XercesDefs.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 62,66 ----
#define XPATHSYMBOLS_HPP
! #include <xerces/util/XercesDefs.hpp>
XERCES_CPP_NAMESPACE_BEGIN
Index: XercesXPath.hpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xerces/validators/schema/identity/XercesXPath.hpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** XercesXPath.hpp 7 Apr 2004 12:59:11 -0000 1.1.1.1
--- XercesXPath.hpp 7 Apr 2004 13:47:32 -0000 1.2
***************
*** 66,74 ****
// Includes
// ---------------------------------------------------------------------------
! #include <xercesc/util/QName.hpp>
! #include <xercesc/util/RefVectorOf.hpp>
! #include <xercesc/util/ValueVectorOf.hpp>
! #include <xercesc/internal/XSerializable.hpp>
XERCES_CPP_NAMESPACE_BEGIN
--- 66,74 ----
// Includes
// ---------------------------------------------------------------------------
! #include <xerces/util/QName.hpp>
! #include <xerces/util/RefVectorOf.hpp>
! #include <xerces/util/ValueVectorOf.hpp>
! #include <xerces/internal/XSerializable.hpp>
XERCES_CPP_NAMESPACE_BEGIN
- Previous message: [GME-commit] GMESRC/GME/Include/xerces/validators/schema
ComplexTypeInfo.hpp,1.1.1.1,1.2
GeneralAttributeCheck.hpp,1.1.1.1,1.2
NamespaceScope.hpp,1.1.1.1,1.2 SchemaAttDef.hpp,1.1.1.1,1.2
SchemaAttDefList.hpp,1.1.1.1,1.2 SchemaElementDecl.hpp,1.1.1.1,1.2
SchemaGrammar.hpp,1.1.1.1,1.2 SchemaInfo.hpp,1.1.1.1,1.2
SchemaSymbols.hpp,1.1.1.1,1.2 SchemaValidator.hpp,1.1.1.1,1.2
SubstitutionGroupComparator.hpp,1.1.1.1,1.2
TraverseSchema.hpp,1.1.1.1,1.2
XMLSchemaDescriptionImpl.hpp,1.1.1.1,1.2
XSDDOMParser.hpp,1.1.1.1,1.2 XSDErrorReporter.hpp,1.1.1.1,1.2
XSDLocator.hpp,1.1.1.1,1.2 XUtil.hpp,1.1.1.1,1.2
XercesAttGroupInfo.hpp,1.1.1.1,1.2
XercesElementWildcard.hpp,1.1.1.1,1.2
XercesGroupInfo.hpp,1.1.1.1,1.2
- Next message: [GME-commit] GMESRC/GME/Include/xerces/validators/datatype
AbstractNumericFacetValidator.hpp,1.1.1.1,1.2
AbstractNumericValidator.hpp,1.1.1.1,1.2
AbstractStringValidator.hpp,1.1.1.1,1.2
AnySimpleTypeDatatypeValidator.hpp,1.1.1.1,1.2
AnyURIDatatypeValidator.hpp,1.1.1.1,1.2
Base64BinaryDatatypeValidator.hpp,1.1.1.1,1.2
BooleanDatatypeValidator.hpp,1.1.1.1,1.2
DatatypeValidator.hpp,1.1.1.1,1.2
DatatypeValidatorFactory.hpp,1.1.1.1,1.2
DateDatatypeValidator.hpp,1.1.1.1,1.2
DateTimeDatatypeValidator.hpp,1.1.1.1,1.2
DateTimeValidator.hpp,1.1.1.1,1.2
DayDatatypeValidator.hpp,1.1.1.1,1.2
DecimalDatatypeValidator.hpp,1.1.1.1,1.2
DoubleDatatypeValidator.hpp,1.1.1.1,1.2
DurationDatatypeValidator.hpp,1.1.1.1,1.2
ENTITYDatatypeValidator.hpp,1.1.1.1,1.2
FloatDatatypeValidator.hpp,1.1.1.1,1.2
HexBinaryDatatypeValidator.hpp,1.1.1.1,1.2
IDDatatypeValidator.hpp,1.1.1.1,1.2
IDREFDatatypeValidator.hpp,1.1.1.1,1.2
InvalidDatatypeFacetException.hpp,1.1.1.1,1.2
InvalidDatatypeValueException.hpp,1.1.1.1,1.2
ListDatatypeValidator.hpp,1.1.1.1,1.2
MonthDatatypeValidator.hpp,1.1.1.1,1.2
MonthDayDatatypeValidator.hpp,1.1.1.1,1.2
NCNameDatatypeValidator.hpp,1.1.1.1,1.2
NOTATIONDatatypeValidator.hpp,1.1.1.1,1.2
NameDatatypeValidator.hpp,1.1.1.1,1.2
QNameDatatypeValidator.hpp,1.1.1.1,1.2
StringDatatypeValidator.hpp,1.1.1.1,1.2
TimeDatatypeValidator.hpp,1.1.1.1,1.2
UnionDatatypeValidator.hpp,1.1.1.1,1.2
XMLCanRepGroup.hpp,1.1.1.1,1.2YearDatatypeValidator.hpp,1.1.1.1,1.2
YearMonthDatatypeValidator.hpp,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list