diff options
Diffstat (limited to 'connectionList.h')
-rw-r--r-- | connectionList.h | 2 |
1 files changed, 2 insertions, 0 deletions
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: |