00001 // ===================================================================== 00023 // ===================================================================== 00024 #ifndef CLDAQ__TPRINTWARRANTYCOMMAND_HH 00025 #define CLDAQ__TPRINTWARRANTYCOMMAND_HH 00026 00027 #include "Tglobals.h" 00028 #include "TCommand.hh" 00029 00030 class TRunManager; 00031 00032 00052 class TPrintWarrantyCommand 00053 : public TCommand 00054 { 00055 00056 public: 00057 TPrintWarrantyCommand( TRunManager* manager ); 00058 ~TPrintWarrantyCommand(); 00059 00060 public: 00061 Tvoid Execute( const TstringList& arguments ); 00062 00063 #ifdef __CLDAQ_ROOT_DLL 00064 ClassDef(TPrintWarrantyCommand,0) 00065 #endif 00066 00067 }; 00068 00069 #endif