summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/TestI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/operations/TestI.h')
-rw-r--r--cpp/test/Ice/operations/TestI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/TestI.h b/cpp/test/Ice/operations/TestI.h
index 44398bea49f..4f31f7eecfe 100644
--- a/cpp/test/Ice/operations/TestI.h
+++ b/cpp/test/Ice/operations/TestI.h
@@ -268,6 +268,8 @@ public:
virtual Test::MyStruct1 opMyStruct1(const Test::MyStruct1&, const Ice::Current&);
virtual Test::MyClass1Ptr opMyClass1(const Test::MyClass1Ptr&, const Ice::Current&);
+
+ virtual Test::StringS opStringLiterals(const Ice::Current&);
private: