00001 // ===================================================================== 00031 // ===================================================================== 00032 #ifndef CLDAQ__TSYSTEMSHUTDOWNCOMMAND_HH 00033 #define CLDAQ__TSYSTEMSHUTDOWNCOMMAND_HH 00034 00035 #include "Tglobals.h" 00036 #include "TCommand.hh" 00037 00038 class TRunManager; 00039 00040 00060 class TSystemShutdownCommand 00061 : public TCommand 00062 { 00063 00064 public: 00065 TSystemShutdownCommand( TRunManager* manager ); 00066 ~TSystemShutdownCommand(); 00067 00068 public: 00069 Tvoid Execute( const TstringList& arguments ); 00070 00071 #ifdef __CLDAQ_ROOT_DLL 00072 ClassDef(TSystemShutdownCommand,0) 00073 #endif 00074 00075 }; 00076 00077 #endif