diff options
Diffstat (limited to 'cpp/test/Ice/custom/WstringAMDI.h')
-rw-r--r-- | cpp/test/Ice/custom/WstringAMDI.h | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/cpp/test/Ice/custom/WstringAMDI.h b/cpp/test/Ice/custom/WstringAMDI.h index e26c34cc995..2e92755c42c 100644 --- a/cpp/test/Ice/custom/WstringAMDI.h +++ b/cpp/test/Ice/custom/WstringAMDI.h @@ -20,17 +20,17 @@ class WstringClassI : public virtual WstringClassDisp { public: - void opString_async(std::wstring, - std::function<void (const std::wstring&, const std::wstring&)>, - std::function<void (std::exception_ptr)>, const Ice::Current&) override; + void opStringAsync(std::wstring, + std::function<void (const std::wstring&, const std::wstring&)>, + std::function<void (std::exception_ptr)>, const Ice::Current&) override; - void opStruct_async(::Test1::WstringStruct, - std::function<void (const ::Test1::WstringStruct&, const ::Test1::WstringStruct&)>, - std::function<void (std::exception_ptr)>, const Ice::Current&) override; + void opStructAsync(::Test1::WstringStruct, + std::function<void (const ::Test1::WstringStruct&, const ::Test1::WstringStruct&)>, + std::function<void (std::exception_ptr)>, const Ice::Current&) override; - void throwExcept_async(std::wstring, - std::function<void ()>, - std::function<void (std::exception_ptr)>, const Ice::Current&) override; + void throwExceptAsync(std::wstring, + std::function<void ()>, + std::function<void (std::exception_ptr)>, const Ice::Current&) override; }; #else class WstringClassI : public virtual WstringClass @@ -59,17 +59,17 @@ class WstringClassI : public virtual WstringClassDisp { public: - void opString_async(std::wstring, - std::function<void (const std::wstring&, const std::wstring&)>, - std::function<void (std::exception_ptr)>, const Ice::Current&) override; + void opStringAsync(std::wstring, + std::function<void (const std::wstring&, const std::wstring&)>, + std::function<void (std::exception_ptr)>, const Ice::Current&) override; - void opStruct_async(::Test2::WstringStruct, - std::function<void (const ::Test2::WstringStruct&, const ::Test2::WstringStruct&)>, - std::function<void (std::exception_ptr)>, const Ice::Current&) override; + void opStructAsync(::Test2::WstringStruct, + std::function<void (const ::Test2::WstringStruct&, const ::Test2::WstringStruct&)>, + std::function<void (std::exception_ptr)>, const Ice::Current&) override; - void throwExcept_async(std::wstring, - std::function<void ()>, - std::function<void (std::exception_ptr)>, const Ice::Current&) override; + void throwExceptAsync(std::wstring, + std::function<void ()>, + std::function<void (std::exception_ptr)>, const Ice::Current&) override; }; #else |