diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-08-01 10:09:48 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-08-01 10:09:48 -0400 |
commit | 4aa7ae5129a9cb66f5ea26165310e96603af576c (patch) | |
tree | f8ee6859ad547b59cc28eadb1212f403f51dfff7 /cpp/test/Ice/custom/ServerAMD.cpp | |
parent | Do not initialize OpenSSL locks if already done by other library. (diff) | |
download | ice-4aa7ae5129a9cb66f5ea26165310e96603af576c.tar.bz2 ice-4aa7ae5129a9cb66f5ea26165310e96603af576c.tar.xz ice-4aa7ae5129a9cb66f5ea26165310e96603af576c.zip |
Move StringConverter API to namespace Ice
Diffstat (limited to 'cpp/test/Ice/custom/ServerAMD.cpp')
-rw-r--r-- | cpp/test/Ice/custom/ServerAMD.cpp | 4 |
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); |