OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include "config.h"
#include <sys/stat.h>
#include <iostream>
#include <string>
#include <fstream>
#include <sstream>
#include <DDS.h>
#include <ConstraintEvaluator.h>
#include <DDXParserSAX2.h>
#include <XDRStreamMarshaller.h>
#include <XDRStreamUnMarshaller.h>
#include <debug.h>
#include <mime_util.h>
#include <util.h>
#include "BESDapResponseCache.h"
#include "BESDapResponseBuilder.h"
#include "BESInternalError.h"
#include "BESUtil.h"
#include "TheBESKeys.h"
#include "BESDebug.h"
Go to the source code of this file.
Macros | |
#define | CRLF "\r\n" |
Variables | |
const string | chars_excluded_from_filenames = "<>=,/()\"\'" |
#define CRLF "\r\n" |
Definition at line 55 of file BESDapResponseCache.cc.
Referenced by BESDapResponseCache::cache_dataset().
const string chars_excluded_from_filenames = "<>=,/()\"\'" |
Definition at line 219 of file BESDapResponseCache.cc.