summaryrefslogtreecommitdiff
path: root/connectionParam.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-11-07 00:07:28 +0000
committerChristian Pointner <equinox@anytun.org>2007-11-07 00:07:28 +0000
commitbb280470239611ed91f5077887081a4ec5eaf56e (patch)
treefe2009533b0a979b4e30038b6d240abf3a1c8d94 /connectionParam.h
parentbaut wieder (diff)
i bin da beste deshalb haut des jetzt endlich so hin
Diffstat (limited to 'connectionParam.h')
-rw-r--r--connectionParam.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/connectionParam.h b/connectionParam.h
index 671c909..ac7b8e2 100644
--- a/connectionParam.h
+++ b/connectionParam.h
@@ -40,12 +40,12 @@
class ConnectionParam
{
public:
- ConnectionParam(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_;
+ ConnectionParam(Options& opt, KeyDerivation& kd, Cypher& c, AuthAlgo& a, SeqWindow& seq);
+ Options& opt_;
+ KeyDerivation& kd_;
+ Cypher& c_;
+ AuthAlgo& a_;
+ SeqWindow& seq_;
};
#endif