diff options
Diffstat (limited to 'python/test/Ice/optional/ServerAMD.py')
-rwxr-xr-x | python/test/Ice/optional/ServerAMD.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/test/Ice/optional/ServerAMD.py b/python/test/Ice/optional/ServerAMD.py index 0f42e827343..a300cf17e22 100755 --- a/python/test/Ice/optional/ServerAMD.py +++ b/python/test/Ice/optional/ServerAMD.py @@ -130,6 +130,9 @@ class InitialI(Test.Initial): def opStringIntDict_async(self, cb, p1, current=None): cb.ice_response(p1, p1) + def opIntOneOptionalDict_async(self, cb, p1, current=None): + cb.ice_response(p1, p1) + def opClassAndUnknownOptional_async(self, cb, p, current=None): cb.ice_response() |