35 #include "BESDASResponse.h"
40 BESDASResponse::~BESDASResponse()
42 if (_das)
delete _das;
51 if (_das && get_explicit_containers()) {
52 _das->container_name(cn);
61 _das->container_name(
"");
74 strm << BESIndent::LMarg <<
"BESDASResponse::dump - (" << (
void *)
this <<
")" << endl;
77 strm << BESIndent::LMarg <<
"DAS:" << endl;
79 BESIndent::SetIndent(BESIndent::GetIndent());
82 BESIndent::UnIndent();
85 strm << BESIndent::LMarg <<
"DAS: null" << endl;
87 BESIndent::UnIndent();