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