00001 // ===================================================================== 00021 // ===================================================================== 00022 #ifndef __TSYSTEMACTION_HH 00023 #define __TSYSTEMACTION_HH 00024 00025 #include "Tglobals.h" 00026 00027 class TRunManager; 00028 00029 00049 class TSystemAction 00050 { 00051 00052 public: 00053 TSystemAction(); 00054 virtual ~TSystemAction(); 00055 00056 public: 00057 virtual Tvoid BeginOfSystemAction( TRunManager* manager ); 00058 virtual Tvoid EndOfSystemAction( TRunManager* manager ); 00059 00060 }; 00061 00062 #endif