diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-06-09 22:32:22 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-06-09 22:33:32 -0400 |
commit | 69e99559db0bd9cfa076b65360af21c0ab417a12 (patch) | |
tree | 8961f24ff3e5dbaefcbe65c9905f460ce8eb0f3c /cpp/test/Ice/proxy/TestAMDI.cpp | |
parent | ICE-7166 - Change php library name to IcePHP.so on OS X (diff) | |
download | ice-69e99559db0bd9cfa076b65360af21c0ab417a12.tar.bz2 ice-69e99559db0bd9cfa076b65360af21c0ab417a12.tar.xz ice-69e99559db0bd9cfa076b65360af21c0ab417a12.zip |
Renamed C++11 AMI/AMD suffix: _async to Async
Diffstat (limited to 'cpp/test/Ice/proxy/TestAMDI.cpp')
-rw-r--r-- | cpp/test/Ice/proxy/TestAMDI.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Ice/proxy/TestAMDI.cpp b/cpp/test/Ice/proxy/TestAMDI.cpp index dafc480b067..8ed80f009f2 100644 --- a/cpp/test/Ice/proxy/TestAMDI.cpp +++ b/cpp/test/Ice/proxy/TestAMDI.cpp @@ -19,7 +19,7 @@ MyDerivedClassI::MyDerivedClassI() #ifdef ICE_CPP11_MAPPING void -MyDerivedClassI::echo_async( +MyDerivedClassI::echoAsync( shared_ptr<Ice::ObjectPrx> obj, function<void (const shared_ptr<Ice::ObjectPrx>&)> response, function<void (exception_ptr)>, @@ -29,7 +29,7 @@ MyDerivedClassI::echo_async( } void -MyDerivedClassI::shutdown_async( +MyDerivedClassI::shutdownAsync( function<void ()> response, function<void (exception_ptr)>, const Ice::Current& current) @@ -39,7 +39,7 @@ MyDerivedClassI::shutdown_async( } void -MyDerivedClassI::getContext_async( +MyDerivedClassI::getContextAsync( function<void (const Ice::Context&)> response, function<void (exception_ptr)>, const Ice::Current&) |