X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Ft2n_exception.cpp;h=ca83dfa39fc6bcf8dda1a785141e39033a8d2ae2;hp=9c213ba33b95b24da36bb408a24d61503b8f6cd5;hb=1758a7fbd1e36bc9d729a69ebae3ae8c70b48433;hpb=7087e18783f91d2b889e880462d1d1da24831c28 diff --git a/src/t2n_exception.cpp b/src/t2n_exception.cpp index 9c213ba..ca83dfa 100644 --- a/src/t2n_exception.cpp +++ b/src/t2n_exception.cpp @@ -17,8 +17,15 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ +#include +#include +#include +#include + #include "t2n_exception.hxx" +#include + BOOST_CLASS_EXPORT(libt2n::t2n_exception) BOOST_CLASS_EXPORT(libt2n::t2n_communication_error) BOOST_CLASS_EXPORT(libt2n::t2n_connect_error) @@ -28,3 +35,9 @@ BOOST_CLASS_EXPORT(libt2n::t2n_version_mismatch) BOOST_CLASS_EXPORT(libt2n::t2n_command_error) BOOST_CLASS_EXPORT(libt2n::t2n_serialization_error) BOOST_CLASS_EXPORT(libt2n::t2n_runtime_error) + +namespace libt2n +{ + + +} // namespace libt2n