diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-01-31 17:21:12 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-01-31 17:21:12 +0100 |
commit | c3f44e70ea6a8c9bd16281f4b7e2bcd8f7bae47f (patch) | |
tree | a02e199af243136b4dc4a83929e8c9a185c9dcd8 /python/modules/IcePy/Connection.h | |
parent | Updated AutoStart description (diff) | |
download | ice-c3f44e70ea6a8c9bd16281f4b7e2bcd8f7bae47f.tar.bz2 ice-c3f44e70ea6a8c9bd16281f4b7e2bcd8f7bae47f.tar.xz ice-c3f44e70ea6a8c9bd16281f4b7e2bcd8f7bae47f.zip |
Added support for ice_fixed, ice_getTimeout, ice_getCompress methods (ICE-7996 & ICE-7976)
Diffstat (limited to 'python/modules/IcePy/Connection.h')
-rw-r--r-- | python/modules/IcePy/Connection.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/modules/IcePy/Connection.h b/python/modules/IcePy/Connection.h index 6abf13a6a0d..b8bc7bb3da2 100644 --- a/python/modules/IcePy/Connection.h +++ b/python/modules/IcePy/Connection.h @@ -21,6 +21,9 @@ bool initConnection(PyObject*); PyObject* createConnection(const Ice::ConnectionPtr&, const Ice::CommunicatorPtr&); +bool checkConnection(PyObject*); +bool getConnectionArg(PyObject*, const std::string&, const std::string&, Ice::ConnectionPtr&); + } #endif |