summaryrefslogtreecommitdiff
path: root/anyrtpproxy/options.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-03-13 13:59:50 +0000
committerChristian Pointner <equinox@anytun.org>2008-03-13 13:59:50 +0000
commit1001e35e17dc09c3b7206479627b1ca9619891ec (patch)
tree339fea8154126abe7f0c1878f38f003a366520fc /anyrtpproxy/options.h
parentadded syncrtpcommand (diff)
added commandhandler
commandhandler supports Version Commands
Diffstat (limited to 'anyrtpproxy/options.h')
-rw-r--r--anyrtpproxy/options.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/anyrtpproxy/options.h b/anyrtpproxy/options.h
index 12107b6..e47a013 100644
--- a/anyrtpproxy/options.h
+++ b/anyrtpproxy/options.h
@@ -80,14 +80,10 @@ public:
std::string getUsername();
std::string getChrootDir();
bool getDaemonize();
- u_int16_t getSendPort();
Host getControlInterface();
- HostList getRemoteHosts();
u_int16_t getLocalSyncPort();
Options& setLocalSyncPort(u_int16_t l);
ConnectToList getConnectTo();
- Options& setMux(u_int16_t m);
-
private:
Options();
@@ -115,9 +111,7 @@ private:
bool daemonize_;
u_int16_t local_sync_port_;
ConnectToList connect_to_;
- u_int16_t send_port_;
Host control_interface_;
- HostList remote_hosts_;
};
extern Options& gOpt;