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.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'seqWindow.cpp') diff --git a/seqWindow.cpp b/seqWindow.cpp index 28227d9..478efbf 100644 --- a/seqWindow.cpp +++ b/seqWindow.cpp @@ -88,3 +88,11 @@ void SeqWindow::clear() Lock lock(mutex_); sender_.clear(); } + +template +void SeqWindow::serialize(Archive & ar, const unsigned int version) +{ + ar & window_size_; + //TODO: Do not sync complete Sender Map! + ar & sender_; +} -- cgit v1.2.3