diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-11 12:31:46 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-11 12:31:46 +0000 |
commit | 62c5dcfa2dd117fd7b388d13ab8f33c5867a9636 (patch) | |
tree | ae84f36ab1a51a83c799cb062621e7f403e7051e /syncBuffer.cpp | |
parent | fixes in mpi class, keyderivation iv generation (diff) |
fixed many sync things
fixed warning (multiple key)
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_; -} - |