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