diff options
Diffstat (limited to 'cpp/test/Ice/operations/TestI.h')
-rw-r--r-- | cpp/test/Ice/operations/TestI.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/TestI.h b/cpp/test/Ice/operations/TestI.h index 9dfeaf18f0f..5c9ebfbc354 100644 --- a/cpp/test/Ice/operations/TestI.h +++ b/cpp/test/Ice/operations/TestI.h @@ -126,6 +126,11 @@ public: Test::StringSS&, const Ice::Current&); + virtual Test::StringSSS opStringSSS(const Test::StringSSS&, + const Test::StringSSS&, + Test::StringSSS&, + const ::Ice::Current&); + virtual Test::ByteBoolD opByteBoolD(const Test::ByteBoolD&, const Test::ByteBoolD&, Test::ByteBoolD&, const Ice::Current&); |