34 #define I_BESUsage_h 1
36 #include "BESResponseObject.h"
37 #include "BESDASResponse.h"
38 #include "BESDDSResponse.h"
61 : _das( das ), _dds( dds ) {}
63 if( _das )
delete _das ;
64 if( _dds )
delete _dds ;
77 virtual void dump( std::ostream &strm )
const {
78 strm << BESIndent::LMarg <<
"BESUsage::dump - ("
79 << (
void *)
this <<
")" << std::endl ;
82 strm << BESIndent::LMarg <<
"das: " << *_das << std::endl ;
83 strm << BESIndent::LMarg <<
"dds: " << *_dds << std::endl ;
84 BESIndent::UnIndent() ;
88 #endif // I_BESUsage_h