diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-05-11 12:33:14 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-05-11 12:33:14 -0230 |
commit | 1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5 (patch) | |
tree | d95f06135aa5844e5d914e8bb37b96d4b2401dca /py/python/Ice.py | |
parent | Bug 3885 - do not use localhost as node name in demos (diff) | |
download | ice-1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5.tar.bz2 ice-1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5.tar.xz ice-1fb6c38f2f6e33e3ef804aafda324c1bcb0ac7b5.zip |
Bug 3878 - remove some deprecated features
Diffstat (limited to 'py/python/Ice.py')
-rw-r--r-- | py/python/Ice.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/py/python/Ice.py b/py/python/Ice.py index 92350f2e471..ab6ce540876 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -288,12 +288,6 @@ class CommunicatorI(Communicator): def findObjectFactory(self, id): return self._impl.findObjectFactory(id) - def setDefaultContext(self, ctx): - return self._impl.setDefaultContext(ctx) - - def getDefaultContext(self): - return self._impl.getDefaultContext() - def getImplicitContext(self): context = self._impl.getImplicitContext() if context == None: |