diff options
author | Michi Henning <michi@zeroc.com> | 2006-06-28 05:18:43 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-06-28 05:18:43 +0000 |
commit | 2ebdeea700fd7d02f13ccccc2dd77557f207db69 (patch) | |
tree | c29f10ef9d8a9c61f9a3eade96c288ca47ec8b73 /py/python/Ice.py | |
parent | Renamed Sun's scandir and isalphasort to ice_scandir and ice_isalphasort (diff) | |
download | ice-2ebdeea700fd7d02f13ccccc2dd77557f207db69.tar.bz2 ice-2ebdeea700fd7d02f13ccccc2dd77557f207db69.tar.xz ice-2ebdeea700fd7d02f13ccccc2dd77557f207db69.zip |
Bug 472.
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r-- | py/python/Ice.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py index f77fff00775..2b1764e96a7 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -223,9 +223,6 @@ class CommunicatorI(Communicator): def addObjectFactory(self, factory, id): self._impl.addObjectFactory(factory, id) - def removeObjectFactory(self, id): - self._impl.removeObjectFactory(id) - def findObjectFactory(self, id): return self._impl.findObjectFactory(id) |