From 4aa7ae5129a9cb66f5ea26165310e96603af576c Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 1 Aug 2016 10:09:48 -0400 Subject: Move StringConverter API to namespace Ice --- cpp/src/Ice/ThreadPool.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/Ice/ThreadPool.cpp') diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index ea2e18d99c3..4e9a5735835 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -19,7 +19,7 @@ #include #if defined(ICE_OS_WINRT) -# include +# include #endif using namespace std; @@ -863,7 +863,7 @@ IceInternal::ThreadPool::run(const EventHandlerThreadPtr& thread) // Error out(_instance->initializationData().logger); out << "exception in `" << _prefix << "':\n" - << IceUtil::wstringToString(ex->Message->Data(), _instance->getStringConverter()) + << wstringToString(ex->Message->Data(), _instance->getStringConverter()) << "\nevent handler: " << current._handler->toString(); } #endif -- cgit v1.2.3