00001 // ===================================================================== 00021 // ===================================================================== 00022 #ifndef __TSYSTEMLOGGING_HH 00023 #define __TSYSTEMLOGGING_HH 00024 00025 00045 class TSystemLogging 00046 { 00047 00048 public: 00049 TSystemLogging(); 00050 TSystemLogging( const TSystemLogging& right ); 00051 ~TSystemLogging(); 00052 00053 }; 00054 00055 #endif