00001 // ===================================================================== 00028 // ===================================================================== 00029 #ifndef CLDAQ__TLISTCOMMAND_HH 00030 #define CLDAQ__TLISTCOMMAND_HH 00031 00032 #include "Tglobals.h" 00033 #include "TCommand.hh" 00034 00035 class TRunManager; 00036 00037 00057 class TListCommand 00058 : public TCommand 00059 { 00060 00061 public: 00062 TListCommand( TRunManager* manager ); 00063 ~TListCommand(); 00064 00065 public: 00066 Tvoid Execute( const TstringList& arguments ); 00067 00068 private: 00069 Tvoid normal() const; 00070 Tvoid detail( const Tstring& path ) const; 00071 00072 #ifdef __CLDAQ_ROOT_DLL 00073 ClassDef(TListCommand,0) 00074 #endif 00075 00076 }; 00077 00078 #endif