33 #ifndef A_BESXMLDapCommandModule_H 34 #define A_BESXMLDapCommandModule_H 1 43 virtual void initialize(
const string &modname ) ;
44 virtual void terminate(
const string &modname ) ;
45 virtual void dump( ostream &strm )
const ;
48 #endif // A_BESXMLDapCommandModule_H virtual ~BESXMLDapCommandModule()
virtual void dump(ostream &strm) const
dumps information about this object
virtual void terminate(const string &modname)
Cleans up the DAP XML commands from the list of possible commands.
virtual void initialize(const string &modname)
Adds the basic DAP XML command objects to the XMLCommand list of possible commands.