From a0f6b6fc1a619c40979f5ba00d71dc661cfc6499 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Mon, 8 Sep 2014 12:03:16 -0400 Subject: Fixed ICE-5667: Added Communicator::createAdmin in C++, Java, C# and Python --- py/python/Ice.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'py/python/Ice.py') 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() -- cgit v1.2.3