30 #ifndef I_NCMLRequestHandler_H
31 #define I_NCMLRequestHandler_H
33 #include "BESRequestHandler.h"
34 #include "BESDDSResponse.h"
43 static bool _global_attributes_container_name_set;
44 static std::string _global_attributes_container_name;
56 virtual void dump(std::ostream &strm)
const;
65 static std::string get_global_attributes_container_name()
67 return _global_attributes_container_name;
74 #endif // NCMLRequestHandler.h