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 33234632965..60ff93258ab 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -763,6 +763,9 @@ class ObjectAdapterI(ObjectAdapter): def setLocator(self, loc): self._impl.setLocator(loc) + def getLocator(self): + return self._impl.getLocator() + def refreshPublishedEndpoints(self): self._impl.refreshPublishedEndpoints() |