diff options
Diffstat (limited to 'cpp/test/Ice/operations/TestI.h')
-rw-r--r-- | cpp/test/Ice/operations/TestI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/TestI.h b/cpp/test/Ice/operations/TestI.h index 4f31f7eecfe..8f8b0b1b573 100644 --- a/cpp/test/Ice/operations/TestI.h +++ b/cpp/test/Ice/operations/TestI.h @@ -270,6 +270,8 @@ public: virtual Test::MyClass1Ptr opMyClass1(const Test::MyClass1Ptr&, const Ice::Current&); virtual Test::StringS opStringLiterals(const Ice::Current&); + + virtual Test::WStringS opWStringLiterals(const Ice::Current&); private: |