diff options
Diffstat (limited to 'python/test/Ice/optional/Server.py')
-rwxr-xr-x | python/test/Ice/optional/Server.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/test/Ice/optional/Server.py b/python/test/Ice/optional/Server.py index 928b6c2c1d9..eba7e7ccad6 100755 --- a/python/test/Ice/optional/Server.py +++ b/python/test/Ice/optional/Server.py @@ -137,10 +137,13 @@ class InitialI(Test.Initial): def returnOptionalClass(self, req, current=None): return Test.OneOptional(5) - + def opG(self, g, current=None): return g + def opVoid(self, current=None): + pass + def supportsRequiredParams(self, current=None): return False |