summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/custom/ServerAMD.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/custom/ServerAMD.cpp')
-rw-r--r--cpp/test/Ice/custom/ServerAMD.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/custom/ServerAMD.cpp b/cpp/test/Ice/custom/ServerAMD.cpp
index 954a2035ab2..c64aca0aac4 100644
--- a/cpp/test/Ice/custom/ServerAMD.cpp
+++ b/cpp/test/Ice/custom/ServerAMD.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);