summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/scope/Server.cs
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-07-30 12:45:29 +0200
committerJose <jose@zeroc.com>2019-07-31 13:13:40 +0200
commit3e71d9e1a29bc8169452b039bb723406ff8ef0fe (patch)
treecfde39529b1a21d6f4c4e87b2a92a366eafc9993 /csharp/test/Ice/scope/Server.cs
parentUpdate .npmignore to ignore .tgz files (diff)
downloadice-3e71d9e1a29bc8169452b039bb723406ff8ef0fe.tar.bz2
ice-3e71d9e1a29bc8169452b039bb723406ff8ef0fe.tar.xz
ice-3e71d9e1a29bc8169452b039bb723406ff8ef0fe.zip
Fixes for C++ & Swift generated code - Close #458
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)
{