diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-09-09 23:45:59 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-09-09 23:45:59 +0000 |
commit | 056ccc885f3d3d445b10a8e5cd6e41ee2f09cfcc (patch) | |
tree | c32b1d3a114e8846b5ac02b81bf60f29a6a25ab2 /py/modules/IcePy/Proxy.h | |
parent | clean up; adding more operations (diff) | |
download | ice-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.h | 1 |
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*); } |