00001 // ===================================================================== 00002 // $Id: TAddRunInformationModuleCommand.hh,v 1.1.1.1 2003/06/27 02:56:41 goiwai Exp $ 00003 // $Name: CLDAQ-1-06-02 $ 00004 // ===================================================================== 00005 #ifndef __TADDRUNINFORMATIONMODULECOMMAND_HH 00006 #define __TADDRUNINFORMATIONMODULECOMMAND_HH 00007 00008 #include "Tglobals.h" 00009 #include "TCommand.hh" 00010 #include "TRunInformationModuleCommand.hh" 00011 00012 class TRunManager; 00013 class TSoftwareRunInformationModule; 00014 00015 class TAddRunInformationModuleCommand 00016 : public TCommand, public TRunInformationModuleCommand 00017 { 00018 00019 public: 00020 TAddRunInformationModuleCommand( TRunManager* manager, TSoftwareRunInformationModule* module ); 00021 ~TAddRunInformationModuleCommand(); 00022 00023 public: 00024 Tvoid Execute( const TstringList& arguments ); 00025 00026 }; 00027 00028 #endif