summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/modules/IcePy/Proxy.h')
-rw-r--r--py/modules/IcePy/Proxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/modules/IcePy/Proxy.h b/py/modules/IcePy/Proxy.h
index 0906e24c56b..dc57049e2eb 100644
--- a/py/modules/IcePy/Proxy.h
+++ b/py/modules/IcePy/Proxy.h
@@ -26,6 +26,7 @@ PyObject* createProxy(const Ice::ObjectPrx&, const Ice::CommunicatorPtr&, PyObje
bool checkProxy(PyObject*);
Ice::ObjectPrx getProxy(PyObject*);
+Ice::CommunicatorPtr getProxyCommunicator(PyObject*);
}