use pkgincludedir for headers (to avoid file name collisions), renamed LIBT2N_CLIENT_...
[libt2n] / codegen / codegen-stubhead.hxx
index 465ef15..64d3d5b 100644 (file)
@@ -6,18 +6,15 @@
 #include <boost/archive/xml_oarchive.hpp>
 #include <boost/archive/xml_iarchive.hpp>
 #include <boost/serialization/serialization.hpp>
-#include <boost/serialization/string.hpp>
 
 #include <string>
 #include <t2n_exception.hxx>
 #include <command.hxx>
 
 #ifdef __GCCXML__
-#define LIBT2N_SET_DEFAULTGROUP(x) namespace { typedef __attribute((gccxml(#x))) int libt2n_default; }
 #define LIBT2N_EXPORT __attribute((gccxml("libt2n-default")))
-#define LIBT2N_EXPORT_GROUP(group) __attribute((gccxml("libt2n-"#group)))
 #else
-#define LIBT2N_SET_DEFAULTGROUP(x)
 #define LIBT2N_EXPORT
-#define LIBT2N_EXPORT_GROUP(group)
+#endif
+
 #endif