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