summaryrefslogtreecommitdiff
path: root/java/test/Ice/proxy/MyDerivedClassI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/proxy/MyDerivedClassI.java')
-rw-r--r--java/test/Ice/proxy/MyDerivedClassI.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/test/Ice/proxy/MyDerivedClassI.java b/java/test/Ice/proxy/MyDerivedClassI.java
index db4084975cf..7ee5de382bf 100644
--- a/java/test/Ice/proxy/MyDerivedClassI.java
+++ b/java/test/Ice/proxy/MyDerivedClassI.java
@@ -14,6 +14,12 @@ public final class MyDerivedClassI extends Test.MyDerivedClass
{
}
+ public Ice.ObjectPrx
+ echo(Ice.ObjectPrx obj, Ice.Current c)
+ {
+ return obj;
+ }
+
public void
shutdown(Ice.Current c)
{