From 62c5dcfa2dd117fd7b388d13ab8f33c5867a9636 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Dec 2007 12:31:46 +0000 Subject: fixed many sync things fixed warning (multiple key) --- syncBuffer.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'syncBuffer.cpp') diff --git a/syncBuffer.cpp b/syncBuffer.cpp index 5af8cb5..bebc19b 100644 --- a/syncBuffer.cpp +++ b/syncBuffer.cpp @@ -28,17 +28,5 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include -#include -#include -#include -#include "datatypes.h" #include "syncBuffer.h" -template -void SyncBuffer::serialize(Archive & ar, const unsigned int version) -{ - ar & length_; - ar & buf_; -} - -- cgit v1.2.3