summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/proxy/TestAMDI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/proxy/TestAMDI.h')
-rw-r--r--cpp/test/Ice/proxy/TestAMDI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Ice/proxy/TestAMDI.h b/cpp/test/Ice/proxy/TestAMDI.h
index b21e0ead930..69f674c6be7 100644
--- a/cpp/test/Ice/proxy/TestAMDI.h
+++ b/cpp/test/Ice/proxy/TestAMDI.h
@@ -24,18 +24,18 @@ public:
MyDerivedClassI();
#ifdef ICE_CPP11_MAPPING
- virtual void echo_async(
+ virtual void echoAsync(
std::shared_ptr<Ice::ObjectPrx>,
::std::function<void (const ::std::shared_ptr<Ice::ObjectPrx>&)>,
::std::function<void (::std::exception_ptr)>,
const Ice::Current&);
- virtual void shutdown_async(
+ virtual void shutdownAsync(
::std::function<void ()>,
::std::function<void (::std::exception_ptr)>,
const Ice::Current&);
- virtual void getContext_async(
+ virtual void getContextAsync(
::std::function<void (const Ice::Context&)>,
::std::function<void (::std::exception_ptr)>,
const Ice::Current&);