From 49147bacbfb07337c54ddd3df94499c166a0376c Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 6 Nov 2007 23:28:11 +0000 Subject: router + connection manage eingebaut --- connectionParam.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'connectionParam.h') diff --git a/connectionParam.h b/connectionParam.h index ba1f757..96d5525 100644 --- a/connectionParam.h +++ b/connectionParam.h @@ -37,13 +37,14 @@ #include "authAlgo.h" #include "seqWindow.h" -struct connection_param_t +class ConnectionParam { - Options& opt; - KeyDerivation& kd; - Cypher& c; - AuthAlgo& a; - SeqWindow& seq; + ConnectionParam(Options& opt,KeyDerivation& kd,Cypher& c,AuthAlgo& a,SeqWindow& seq); + Options& opt_; + KeyDerivation& kd_; + Cypher& c_; + AuthAlgo& a_; + SeqWindow& seq_; }; #endif -- cgit v1.2.3