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) --- connectionParam.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'connectionParam.h') diff --git a/connectionParam.h b/connectionParam.h index ac7b8e2..0129a03 100644 --- a/connectionParam.h +++ b/connectionParam.h @@ -40,12 +40,11 @@ class ConnectionParam { public: - ConnectionParam(Options& opt, KeyDerivation& kd, Cypher& c, AuthAlgo& a, SeqWindow& seq); - Options& opt_; + ConnectionParam( KeyDerivation& kd, SeqWindow& seq, std::string remote_host, u_int16_t remote_port); KeyDerivation& kd_; - Cypher& c_; - AuthAlgo& a_; SeqWindow& seq_; + std::string remote_host_; + u_int16_t remote_port_; }; #endif -- cgit v1.2.3