From bb802659d86359d275b705be0d5d0f6828349e45 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 7 Dec 2007 09:52:31 +0000 Subject: split parameters to global params and connection params (moved to connection list) --- connectionList.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'connectionList.h') diff --git a/connectionList.h b/connectionList.h index 7a3b5c6..e12ccff 100644 --- a/connectionList.h +++ b/connectionList.h @@ -45,6 +45,8 @@ public: ConnectionList(); ~ConnectionList(); void addConnection(ConnectionParam &conn, const std::string &name); + ConnectionParam & getConnection(); + bool empty(); void clear(); private: -- cgit v1.2.3