diff options
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r-- | py/python/Ice.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py index 9be78a0d465..33234632965 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -616,6 +616,9 @@ class CommunicatorI(Communicator): def end_flushBatchRequests(self, r): return self._impl.end_flushBatchRequests(r) + def createAdmin(self, adminAdapter, adminIdentity): + return self._impl.createAdmin(adminAdapter, adminIdentity) + def getAdmin(self): return self._impl.getAdmin() |