1 2 3 4 5 6 7 8 9 10 11 12
#ifndef ICESPIDER_COMMON_FORMATTERS_H #define ICESPIDER_COMMON_FORMATTERS_H #include <compileTimeFormatter.h> namespace IceSpider { AdHocFormatter(StatusFmt, "Status: %? %?\r\n\r\n"); AdHocFormatter(HdrFmt, "%?: %?\r\n"); AdHocFormatter(MimeTypeFmt, "%?/%?"); } #endif