summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/scope/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/scope/Server.cs')
-rw-r--r--csharp/test/Ice/scope/Server.cs18
1 files changed, 18 insertions, 0 deletions
diff --git a/csharp/test/Ice/scope/Server.cs b/csharp/test/Ice/scope/Server.cs
index 0507deb803b..0087dc79a44 100644
--- a/csharp/test/Ice/scope/Server.cs
+++ b/csharp/test/Ice/scope/Server.cs
@@ -56,6 +56,24 @@ namespace Ice
return c1;
}
+ public override Test.E1
+ opE1(Test.E1 e1, Ice.Current current)
+ {
+ return e1;
+ }
+
+ public override Test.S1
+ opS1(Test.S1 s1, Ice.Current current)
+ {
+ return s1;
+ }
+
+ public override Test.C1
+ opC1(Test.C1 c1, Ice.Current current)
+ {
+ return c1;
+ }
+
override
public void shutdown(Ice.Current current)
{