You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2008/09/24 00:54:09 UTC

svn commit: r698386 - in /xerces/c/trunk/tools/NLS/Xlat: Xlat_ICUResourceBundle.cpp Xlat_MsgCatalog.cpp

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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org