From 28063bacec25253d5c67668932321c2044d1aa02 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Fri, 7 Dec 2007 15:07:11 +0000 Subject: serialisation & makefile fix --- seqWindow.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'seqWindow.h') diff --git a/seqWindow.h b/seqWindow.h index 77af418..074ecb5 100644 --- a/seqWindow.h +++ b/seqWindow.h @@ -37,6 +37,12 @@ #include "threadUtils.hpp" #include "datatypes.h" +namespace boost { + namespace serialization { + class access; + } +} + class SeqWindow { public: @@ -56,6 +62,9 @@ private: SeqWindow(const SeqWindow &s); void operator=(const SeqWindow &s); + template + void serialize(Archive & ar, const unsigned int version); + window_size_t window_size_; Mutex mutex_; SenderMap sender_; -- cgit v1.2.3