cvs commit: xml-xerces/c/src/xercesc/util SynchronizedStringPool.cpp

2003-10-09 Thread neilg
neilg 2003/10/09 08:35:13 Modified:c/src/xercesc/util SynchronizedStringPool.cpp Log: fix bug in synchronized addOrFind method; thanks to Khaled for pointing this out Revision ChangesPath 1.2 +5 -2 xml-xerces/c/src/xercesc/util/SynchronizedStringPool.cpp

cvs commit: xml-xerces/c/src/xercesc/util SynchronizedStringPool.cpp SynchronizedStringPool.hpp

2003-10-09 Thread neilg
neilg 2003/10/09 06:51:16 Added: c/src/xercesc/util SynchronizedStringPool.cpp SynchronizedStringPool.hpp Log: implementation of a StringPool implementation that permits thread-safe updates. This can now be used by a grammar pool that is locked so that s