From 8db301d91d547ad3b33707fb9e834876271ed909 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Dec 2007 14:13:27 +0000 Subject: connectionParam copy constructor --- connectionParam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectionParam.h') diff --git a/connectionParam.h b/connectionParam.h index e41d8ea..cf8df3b 100644 --- a/connectionParam.h +++ b/connectionParam.h @@ -49,8 +49,8 @@ public: seq_nr_t seq_nr_; std::string remote_host_; u_int16_t remote_port_; + ConnectionParam(const ConnectionParam & src); private: -// ConnectionParam(const ConnectionParam & src); friend class boost::serialization::access; template void serialize(Archive & ar, const unsigned int version) -- cgit v1.2.3