Author: amassari
Date: Tue Sep 23 15:54:08 2008
New Revision: 698386
URL: http://svn.apache.org/viewvc?rev=698386&view=rev
Log:
Reflect change in MakeLCPTranscoder API
Modified:
xerces/c/trunk/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp
xerces/c/trunk/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp?rev=698386&r1=698385&r2=698386&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp Tue Sep 23
15:54:08 2008
@@ -39,7 +39,7 @@
// <TBD> Right now we are just using an LCP transcoding, which is not
// really the right thing to do!
//
- fTranscoder = XMLPlatformUtils::fgTransService->makeNewLCPTranscoder();
+ fTranscoder =
XMLPlatformUtils::fgTransService->makeNewLCPTranscoder(XMLPlatformUtils::fgMemoryManager);
if (!fTranscoder)
{
wprintf(L"Could not create LCP transcoder\n");
Modified: xerces/c/trunk/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/tools/NLS/Xlat/Xlat_MsgCatalog.cpp?rev=698386&r1=698385&r2=698386&view=diff
==============================================================================
--- xerces/c/trunk/tools/NLS/Xlat/Xlat_MsgCatalog.cpp (original)
+++ xerces/c/trunk/tools/NLS/Xlat/Xlat_MsgCatalog.cpp Tue Sep 23 15:54:08 2008
@@ -42,7 +42,7 @@
// <TBD> Right now we are just using an LCP transcoding, which is not
// really the right thing to do!
//
- fTranscoder = XMLPlatformUtils::fgTransService->makeNewLCPTranscoder();
+ fTranscoder =
XMLPlatformUtils::fgTransService->makeNewLCPTranscoder(XMLPlatformUtils::fgMemoryManager);
if (!fTranscoder)
{
wprintf(L"Could not create LCP transcoder\n");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]