libt2n, info_mqueue_ui: (tomj) fix generated code for functions without return type...
[libt2n] / codegen / codegen-stubhead.hxx
1 #ifndef MINIMALISTIC_STUB_HXX
2 #define MINIMALISTIC_STUB_HXX
3
4 #include <boost/archive/binary_oarchive.hpp>
5 #include <boost/archive/binary_iarchive.hpp>
6 #include <boost/archive/xml_oarchive.hpp>
7 #include <boost/archive/xml_iarchive.hpp>
8 #include <boost/serialization/serialization.hpp>
9
10 #include <string>
11 #include <t2n_exception.hxx>
12 #include <command.hxx>
13
14 #ifdef __GCCXML__
15 #define LIBT2N_EXPORT __attribute((gccxml("libt2n-default")))
16 #else
17 #define LIBT2N_EXPORT
18 #endif
19
20 #endif