|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"#include <sys/types.h>#include <sys/stat.h>#include <cstdio>#include <cerrno>#include <cstring>#include <cstdlib>#include <sstream>#include <iostream>#include "BESUtil.h"#include "BESDebug.h"#include "BESForbiddenError.h"#include "BESNotFoundError.h"#include "BESInternalError.h"
Go to the source code of this file.
Macros | |
| #define | CRLF "\r\n" |
| #define | debug_key "BesUtil" |
| #define CRLF "\r\n" |
Definition at line 59 of file BESUtil.cc.
Referenced by BESUtil::set_mime_html(), and BESUtil::set_mime_text().
| #define debug_key "BesUtil" |
Definition at line 61 of file BESUtil.cc.
Referenced by BESUtil::check_path().