diff options
author | Christian Pointner <equinox@anytun.org> | 2007-11-06 23:50:17 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2007-11-06 23:50:17 +0000 |
commit | 817378609028b53aa86400d4ad3d52db6cab3bd7 (patch) | |
tree | fba84e08822f048d9c06d7457068e0b45681866b /connectionParam.h | |
parent | router + connection manage eingebaut (diff) |
baut wieder
Diffstat (limited to 'connectionParam.h')
-rw-r--r-- | connectionParam.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/connectionParam.h b/connectionParam.h index 96d5525..671c909 100644 --- a/connectionParam.h +++ b/connectionParam.h @@ -39,12 +39,13 @@ class ConnectionParam { +public: ConnectionParam(Options& opt,KeyDerivation& kd,Cypher& c,AuthAlgo& a,SeqWindow& seq); - Options& opt_; - KeyDerivation& kd_; - Cypher& c_; - AuthAlgo& a_; - SeqWindow& seq_; + const Options& opt_; + const KeyDerivation& kd_; + const Cypher& c_; + const AuthAlgo& a_; + const SeqWindow& seq_; }; #endif |