summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/proxy/TestI.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/proxy/TestI.cpp')
-rw-r--r--cpp/test/Ice/proxy/TestI.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/test/Ice/proxy/TestI.cpp b/cpp/test/Ice/proxy/TestI.cpp
index 8be4c334520..684a4012d8a 100644
--- a/cpp/test/Ice/proxy/TestI.cpp
+++ b/cpp/test/Ice/proxy/TestI.cpp
@@ -15,6 +15,12 @@ MyDerivedClassI::MyDerivedClassI()
{
}
+Ice::ObjectPrx
+MyDerivedClassI::echo(const Ice::ObjectPrx& obj, const Ice::Current&)
+{
+ return obj;
+}
+
void
MyDerivedClassI::shutdown(const Ice::Current& c)
{