00001 // ===================================================================== 00024 // ===================================================================== 00025 #ifndef CLDAQ__TSHOWRUNINFORMATIONMODULECOMMAND_HH 00026 #define CLDAQ__TSHOWRUNINFORMATIONMODULECOMMAND_HH 00027 00028 #include "Tglobals.h" 00029 #include "TCommand.hh" 00030 #include "TRunInformationModuleCommand.hh" 00031 00032 class TRunManager; 00033 class TSoftwareRunInformationModule; 00034 00035 00055 class TShowRunInformationModuleCommand 00056 : public TCommand, public TRunInformationModuleCommand 00057 { 00058 00059 public: 00060 TShowRunInformationModuleCommand( TRunManager* manager, TSoftwareRunInformationModule* module ); 00061 ~TShowRunInformationModuleCommand(); 00062 00063 public: 00064 Tvoid Execute( const TstringList& arguments ); 00065 00066 }; 00067 00068 #endif