neilg 2003/10/09 06:52:17
Modified: c/src/xercesc/util Makefile.in
Log:
build SynchronizedStringPool
Revision Changes Path
1.38 +5 -0 xml-xerces/c/src/xercesc/util/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Makefile.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- Makefile.in 1 Oct 2003 16:32:39 -0000 1.37
+++ Makefile.in 9 Oct 2003 13:52:17 -0000 1.38
@@ -55,6 +55,9 @@
#
#
# $Log$
+# Revision 1.38 2003/10/09 13:52:17 neilg
+# build SynchronizedStringPool
+#
# Revision 1.37 2003/10/01 16:32:39 neilg
# improve handling of out of memory conditions, bug #23415. Thanks to David
Cargill.
#
@@ -517,6 +520,7 @@
SchemaDateTimeException.hpp \
SecurityManager.hpp \
StringPool.hpp \
+ SynchronizedStringPool.hpp \
TranscodingException.hpp \
TransENameMap.hpp \
TransService.hpp \
@@ -607,6 +611,7 @@
PlatformUtils.$(TO) \
QName.$(TO) \
StringPool.$(TO) \
+ SynchronizedStringPool.$(TO) \
TransService.$(TO) \
XMemory.$(TO) \
XMLAbstractDoubleFloat.$(TO) \
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]