summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/modules/IcePy/Connection.h')
-rw-r--r--python/modules/IcePy/Connection.h3
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