diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/timeout/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/timeout/AllTests.cpp b/cpp/test/Ice/timeout/AllTests.cpp index 0c708db1155..6681a8f56df 100644 --- a/cpp/test/Ice/timeout/AllTests.cpp +++ b/cpp/test/Ice/timeout/AllTests.cpp @@ -459,7 +459,7 @@ allTests(const Ice::CommunicatorPtr& communicator) { timeout->ice_invocationTimeout(-2)->ice_ping(); #ifdef ICE_CPP11_MAPPING - timeout->ice_invocationTimeout(-2)->ice_pingAsync()->waitForCompleted(); + timeout->ice_invocationTimeout(-2)->ice_pingAsync().get(); #else timeout->ice_invocationTimeout(-2)->begin_ice_ping()->waitForCompleted(); #endif |