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 2ceb641f479..51f3e40a932 100644 --- a/py/python/Ice.py +++ b/py/python/Ice.py @@ -422,6 +422,9 @@ class ObjectAdapterI(ObjectAdapter): def setLocator(self, loc): self._impl.setLocator(loc) + def refreshPublishedEndpoints(self): + self._impl.refreshPublishedEndpoints() + # # Logger wrapper. # |