diff options
Diffstat (limited to 'cpp/test/Ice/operations/TestAMDI.h')
-rw-r--r-- | cpp/test/Ice/operations/TestAMDI.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/TestAMDI.h b/cpp/test/Ice/operations/TestAMDI.h index 418d0a2aa36..686a76f00cd 100644 --- a/cpp/test/Ice/operations/TestAMDI.h +++ b/cpp/test/Ice/operations/TestAMDI.h @@ -278,6 +278,9 @@ public: virtual void opStringLiterals_async(const Test::AMD_MyClass_opStringLiteralsPtr&, const Ice::Current&); + + virtual void opWStringLiterals_async(const Test::AMD_MyClass_opWStringLiteralsPtr&, + const Ice::Current&); private: IceUtil::ThreadPtr _opVoidThread; |