summaryrefslogtreecommitdiff
path: root/connectionList.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-07 09:52:31 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-07 09:52:31 +0000
commitbb802659d86359d275b705be0d5d0f6828349e45 (patch)
tree40680eeef8ef2b9352f66a07224dd299520c1565 /connectionList.h
parentadded boost as dependency (diff)
split parameters to global params and connection params (moved to connection list)
Diffstat (limited to 'connectionList.h')
-rw-r--r--connectionList.h2
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: