From 2c55bc987c93a1857e3cdaf8c8f1cea60483ab1e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Dec 2007 09:09:48 +0000 Subject: added syncbuffer --- buffer.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'buffer.h') diff --git a/buffer.h b/buffer.h index a9601fe..17e1154 100644 --- a/buffer.h +++ b/buffer.h @@ -36,12 +36,6 @@ class TunDevice; class UDPPacketSource; -namespace boost { - namespace serialization { - class access; - } -} - class Buffer { public: @@ -75,10 +69,6 @@ protected: u_int8_t *buf_; u_int32_t length_; -private: - friend class boost::serialization::access; - template - void serialize(Archive & ar, const unsigned int version); }; #endif -- cgit v1.2.3