00001 // ===================================================================== 00002 // $Id: TSystemLogging.hh,v 1.2 2003/07/30 16:21:21 goiwai Exp $ 00003 // $Name: CLDAQ-1-08-02 $ 00004 // 00005 // $Log: TSystemLogging.hh,v $ 00006 // Revision 1.2 2003/07/30 16:21:21 goiwai 00007 // ファイルにコミットログをつけることにしました. 00008 // 00009 // ===================================================================== 00010 #ifndef __TSYSTEMLOGGING_HH 00011 #define __TSYSTEMLOGGING_HH 00012 00013 class TSystemLogging 00014 { 00015 00016 public: 00017 TSystemLogging(); 00018 TSystemLogging( const TSystemLogging& right ); 00019 ~TSystemLogging(); 00020 00021 }; 00022 00023 #endif