summaryrefslogtreecommitdiff
path: root/python/test/Ice/scope/Server.py
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 /python/test/Ice/scope/Server.py
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 'python/test/Ice/scope/Server.py')
-rwxr-xr-xpython/test/Ice/scope/Server.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/test/Ice/scope/Server.py b/python/test/Ice/scope/Server.py
index e322bd18640..bccd9646b9d 100755
--- a/python/test/Ice/scope/Server.py
+++ b/python/test/Ice/scope/Server.py
@@ -30,6 +30,15 @@ class I1(Test.I):
def opCMap(self, cmap1, current=None):
return (cmap1, cmap1)
+ def opE1(self, e1, current=None):
+ return e1
+
+ def opS1(self, s1, current=None):
+ return s1
+
+ def opC1(self, c1, current=None):
+ return c1
+
def shutdown(self, current=None):
current.adapter.getCommunicator().shutdown()