summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Proxy.h
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-09-09 23:45:59 +0000
committerMark Spruiell <mes@zeroc.com>2004-09-09 23:45:59 +0000
commit056ccc885f3d3d445b10a8e5cd6e41ee2f09cfcc (patch)
treec32b1d3a114e8846b5ac02b81bf60f29a6a25ab2 /py/modules/IcePy/Proxy.h
parentclean up; adding more operations (diff)
downloadice-056ccc885f3d3d445b10a8e5cd6e41ee2f09cfcc.tar.bz2
ice-056ccc885f3d3d445b10a8e5cd6e41ee2f09cfcc.tar.xz
ice-056ccc885f3d3d445b10a8e5cd6e41ee2f09cfcc.zip
Operation changes
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*);
}