00001 // ===================================================================== 00028 // ===================================================================== 00029 #ifndef CLDAQ__TSETRUNINFORMATIONMODULECOMMAND_HH 00030 #define CLDAQ__TSETRUNINFORMATIONMODULECOMMAND_HH 00031 00032 #include "Tglobals.h" 00033 #include "TCommand.hh" 00034 #include "TRunInformationModuleCommand.hh" 00035 00036 class TRunManager; 00037 class TSoftwareRunInformationModule; 00038 00039 00059 class TSetRunInformationModuleCommand 00060 : public TCommand, public TRunInformationModuleCommand 00061 { 00062 00063 public: 00064 TSetRunInformationModuleCommand( TRunManager* manager, TSoftwareRunInformationModule* module ); 00065 ~TSetRunInformationModuleCommand(); 00066 00067 public: 00068 Tvoid Execute( const TstringList& arguments ); 00069 00070 #ifdef __CLDAQ_ROOT_DLL 00071 ClassDef(TSetRunInformationModuleCommand,0) 00072 #endif 00073 00074 }; 00075 00076 #endif