#include <sstream>
#include <iostream>
#include "BESUtil.h"
#include "config.h"
Go to the source code of this file.
Defines | |
#define | CRLF "\r\n" |
Variables | |
static const char * | days [] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"} |
static const char * | months [] |
#define CRLF "\r\n" |
Definition at line 44 of file BESUtil.cc.
Referenced by BESUtil::set_mime_html(), and BESUtil::set_mime_text().
const char* days[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"} [static] |
Definition at line 114 of file BESUtil.cc.
const char* months[] [static] |
Initial value:
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}
Definition at line 115 of file BESUtil.cc.