summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/udp/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/udp/TestI.cpp')
-rw-r--r--cpp/test/Ice/udp/TestI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/udp/TestI.cpp b/cpp/test/Ice/udp/TestI.cpp
index 2bb12a18dda..23f7523ad2b 100644
--- a/cpp/test/Ice/udp/TestI.cpp
+++ b/cpp/test/Ice/udp/TestI.cpp
@@ -64,7 +64,7 @@ TestIntfI::pingBiDir(ICE_IN(Ice::Identity) id, const Ice::Current& current)
// Send the reply through the incoming connection.
//
#ifdef ICE_CPP11_MAPPING
- Ice::uncheckedCast<Test::PingReplyPrx>(current.con->createProxy(id))->reply_async();
+ Ice::uncheckedCast<Test::PingReplyPrx>(current.con->createProxy(id))->replyAsync();
#else
Test::PingReplyPrx::uncheckedCast(current.con->createProxy(id))->begin_reply();
#endif