diff options
Diffstat (limited to 'syncBuffer.cpp')
-rw-r--r-- | syncBuffer.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
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 <stdexcept> -#include <string> -#include <cstdio> -#include <iostream> -#include "datatypes.h" #include "syncBuffer.h" -template<class Archive> -void SyncBuffer::serialize(Archive & ar, const unsigned int version) -{ - ar & length_; - ar & buf_; -} - |