From 883c3a4d0cd98c13ebebac98792529e27a831027 Mon Sep 17 00:00:00 2001
From: Alberto Massari <amassari@apache.org>
Date: Tue, 23 Sep 2008 22:54:08 +0000
Subject: [PATCH] Reflect change in MakeLCPTranscoder API

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@698386 13f79535-47bb-0310-9956-ffa450edef68
---
 tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp | 2 +-
 tools/NLS/Xlat/Xlat_MsgCatalog.cpp        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp b/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp
index ca9c4fd51..acfa3888c 100644
--- a/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp
+++ b/tools/NLS/Xlat/Xlat_ICUResourceBundle.cpp
@@ -39,7 +39,7 @@ ICUResBundFormatter::ICUResBundFormatter()
     //  <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");
diff --git a/tools/NLS/Xlat/Xlat_MsgCatalog.cpp b/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
index 956090e17..57598c4db 100644
--- a/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
+++ b/tools/NLS/Xlat/Xlat_MsgCatalog.cpp
@@ -42,7 +42,7 @@ MsgCatFormatter::MsgCatFormatter() :
     //  <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");
-- 
GitLab