cleanup visibiliy / auto link macros throughout project - still more to be done

This commit is contained in:
Robert Ramey
2015-03-23 12:46:02 -07:00
parent 79e73a715c
commit 1baeb11a7f
70 changed files with 312 additions and 312 deletions

View File

@@ -14,35 +14,35 @@
namespace boost {
namespace archive {
BOOST_ARCHIVE_DECL(const char *)
BOOST_ARCHIVE_DECL const char *
BOOST_ARCHIVE_XML_OBJECT_ID(){
return "object_id";
}
BOOST_ARCHIVE_DECL(const char *)
BOOST_ARCHIVE_DECL const char *
BOOST_ARCHIVE_XML_OBJECT_REFERENCE(){
return "object_id_reference";
}
BOOST_ARCHIVE_DECL(const char *)
BOOST_ARCHIVE_DECL const char *
BOOST_ARCHIVE_XML_CLASS_ID(){
return "class_id";
}
BOOST_ARCHIVE_DECL(const char *)
BOOST_ARCHIVE_DECL const char *
BOOST_ARCHIVE_XML_CLASS_ID_REFERENCE(){
return "class_id_reference";
}
BOOST_ARCHIVE_DECL(const char *)
BOOST_ARCHIVE_DECL const char *
BOOST_ARCHIVE_XML_CLASS_NAME(){
return "class_name";
}
BOOST_ARCHIVE_DECL(const char *)
BOOST_ARCHIVE_DECL const char *
BOOST_ARCHIVE_XML_TRACKING(){
return "tracking_level";
}
BOOST_ARCHIVE_DECL(const char *)
BOOST_ARCHIVE_DECL const char *
BOOST_ARCHIVE_XML_VERSION(){
return "version";
}
BOOST_ARCHIVE_DECL(const char *)
BOOST_ARCHIVE_DECL const char *
BOOST_ARCHIVE_XML_SIGNATURE(){
return "signature";
}