#include #include AdHocFormatter(ExportNotFoundMsg, "Export [%?] not found on remote host"); void NetFS::ExportNotFound::ice_print(std::ostream & s) const { ExportNotFoundMsg::write(s, exportName); }