diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-12-11 09:09:48 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-12-11 09:09:48 +0000 |
commit | 2c55bc987c93a1857e3cdaf8c8f1cea60483ab1e (patch) | |
tree | 4fe9123029c7ec61a18102873d5b753fbd4700e3 /buffer.h | |
parent | some cleanups (diff) |
added syncbuffer
Diffstat (limited to 'buffer.h')
-rw-r--r-- | buffer.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |