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 /connectionParam.h | |
parent | some cleanups (diff) |
added syncbuffer
Diffstat (limited to 'connectionParam.h')
-rw-r--r-- | connectionParam.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/connectionParam.h b/connectionParam.h index 770c3bd..98eab34 100644 --- a/connectionParam.h +++ b/connectionParam.h @@ -37,11 +37,8 @@ #include "authAlgo.h" #include "seqWindow.h" -namespace boost { - namespace serialization { - class access; - } -} +#include <boost/archive/text_oarchive.hpp> +#include <boost/archive/text_iarchive.hpp> class ConnectionParam { |