From cf18c2f73465f82a43a61c58d6bac8505f7cf07a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 19 Feb 2008 21:37:22 +0000 Subject: further cleanups --- connectionParam.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'connectionParam.h') diff --git a/connectionParam.h b/connectionParam.h index 0861a6c..af89935 100644 --- a/connectionParam.h +++ b/connectionParam.h @@ -44,15 +44,17 @@ class ConnectionParam { public: + ConnectionParam(const ConnectionParam & src); ConnectionParam( KeyDerivation& kd, SeqWindow& seq_window, seq_nr_t seq_nr_, std::string remote_host, u_int16_t remote_port); + KeyDerivation& kd_; SeqWindow& seq_window_; seq_nr_t seq_nr_; std::string remote_host_; u_int16_t remote_port_; - ConnectionParam(const ConnectionParam & src); + private: -//TODO check if this is ok + //TODO: check if this is ok Mutex mutex_; friend class boost::serialization::access; template -- cgit v1.2.3