client_wrapper.hxx, socket_wrapper.hxx: reorder member initialization order
[libt2n] / src / t2n_exception.cpp
CommitLineData
19facd85
TJ
1/*
2Copyright (C) 2006 by Intra2net AG - Gerd v. Egidy
3
4The software in this package is distributed under the GNU General
5Public License version 2 (with a special exception described below).
6
7A copy of GNU General Public License (GPL) is included in this distribution,
8in the file COPYING.GPL.
9
10As a special exception, if other files instantiate templates or use macros
11or inline functions from this file, or you compile this file and link it
12with other works to produce a work based on this file, this file
13does not by itself cause the resulting work to be covered
14by the GNU General Public License.
15
16However the source code for this file must still be made available
17in accordance with section (3) of the GNU General Public License.
18
19This exception does not invalidate any other reasons why a work based
20on this file might be covered by the GNU General Public License.
21*/
7087e187 22
e453407d
GE
23#include <boost/archive/binary_oarchive.hpp>
24#include <boost/archive/binary_iarchive.hpp>
25#include <boost/archive/xml_oarchive.hpp>
26#include <boost/archive/xml_iarchive.hpp>
27
7087e187 28#include "t2n_exception.hxx"
e453407d 29
d184c648 30#include <boost/serialization/export.hpp>
7087e187
GE
31
32BOOST_CLASS_EXPORT(libt2n::t2n_exception)
33BOOST_CLASS_EXPORT(libt2n::t2n_communication_error)
34BOOST_CLASS_EXPORT(libt2n::t2n_connect_error)
35BOOST_CLASS_EXPORT(libt2n::t2n_server_error)
36BOOST_CLASS_EXPORT(libt2n::t2n_transfer_error)
37BOOST_CLASS_EXPORT(libt2n::t2n_version_mismatch)
38BOOST_CLASS_EXPORT(libt2n::t2n_command_error)
39BOOST_CLASS_EXPORT(libt2n::t2n_serialization_error)
40BOOST_CLASS_EXPORT(libt2n::t2n_runtime_error)
e453407d
GE
41
42namespace libt2n
43{
44
e453407d
GE
45
46} // namespace libt2n