From 1001e35e17dc09c3b7206479627b1ca9619891ec Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 13 Mar 2008 13:59:50 +0000 Subject: added commandhandler commandhandler supports Version Commands --- anyrtpproxy/options.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'anyrtpproxy/options.h') 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; -- cgit v1.2.3