summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/custom/Server.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2016-08-01 10:09:48 -0400
committerBernard Normier <bernard@zeroc.com>2016-08-01 10:09:48 -0400
commit4aa7ae5129a9cb66f5ea26165310e96603af576c (patch)
treef8ee6859ad547b59cc28eadb1212f403f51dfff7 /cpp/test/Ice/custom/Server.cpp
parentDo not initialize OpenSSL locks if already done by other library. (diff)
downloadice-4aa7ae5129a9cb66f5ea26165310e96603af576c.tar.bz2
ice-4aa7ae5129a9cb66f5ea26165310e96603af576c.tar.xz
ice-4aa7ae5129a9cb66f5ea26165310e96603af576c.zip
Move StringConverter API to namespace Ice
Diffstat (limited to 'cpp/test/Ice/custom/Server.cpp')
-rw-r--r--cpp/test/Ice/custom/Server.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/custom/Server.cpp b/cpp/test/Ice/custom/Server.cpp
index be7e8adf81b..c6361f7c0c5 100644
--- a/cpp/test/Ice/custom/Server.cpp
+++ b/cpp/test/Ice/custom/Server.cpp
@@ -44,8 +44,8 @@ main(int argc, char** argv)
try
{
- IceUtil::setProcessStringConverter(ICE_MAKE_SHARED(Test::StringConverterI));
- IceUtil::setProcessWstringConverter(ICE_MAKE_SHARED(Test::WstringConverterI));
+ setProcessStringConverter(ICE_MAKE_SHARED(Test::StringConverterI));
+ setProcessWstringConverter(ICE_MAKE_SHARED(Test::WstringConverterI));
communicator = Ice::initialize(argc, argv);
status = run(argc, argv, communicator);