00001 // ===================================================================== 00002 // $Id: TQuitCommand.hh,v 1.2 2003/07/30 16:17:32 goiwai Exp $ 00003 // $Name: CLDAQ-1-08-02 $ 00004 // 00005 // $Log: TQuitCommand.hh,v $ 00006 // Revision 1.2 2003/07/30 16:17:32 goiwai 00007 // ファイルにコミットログをつけることにしました. 00008 // 00009 // ===================================================================== 00010 #ifndef __TQUITCOMMAND_HH 00011 #define __TQUITCOMMAND_HH 00012 00013 #include "Tglobals.h" 00014 #include "TCommand.hh" 00015 00016 class TRunManager; 00017 00018 class TQuitCommand 00019 : public TCommand 00020 { 00021 00022 public: 00023 TQuitCommand( TRunManager* manager ); 00024 ~TQuitCommand(); 00025 00026 public: 00027 Tvoid Execute( const TstringList& arguments ); 00028 00029 }; 00030 00031 #endif