summaryrefslogtreecommitdiff
path: root/buffer.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 09:09:48 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 09:09:48 +0000
commit2c55bc987c93a1857e3cdaf8c8f1cea60483ab1e (patch)
tree4fe9123029c7ec61a18102873d5b753fbd4700e3 /buffer.h
parentsome cleanups (diff)
added syncbuffer
Diffstat (limited to 'buffer.h')
-rw-r--r--buffer.h10
1 files changed, 0 insertions, 10 deletions
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<class Archive>
- void serialize(Archive & ar, const unsigned int version);
};
#endif