cowtimer.h

Go to the documentation of this file.
00001 
00033 #ifndef ABA_COWTIMER_H
00034 #define ABA_COWTIMER_H
00035 
00036 #include "abacus/timer.h"
00037   class  ABA_COWTIMER :  public ABA_TIMER  {
00038     public:
00039 
00049       ABA_COWTIMER(ABA_GLOBAL *glob);
00050 
00058       ABA_COWTIMER(ABA_GLOBAL *glob, long secs);
00059 
00062       virtual ~ABA_COWTIMER();
00063 
00064     private:
00065 
00076       virtual long theTime() const;
00077 
00085       long baseTime_;
00086   };
00087 #endif  // ABA_COWTIMER_H
00088 

Generated on Tue Aug 14 18:09:53 2007 for ABACUS by  doxygen 1.5.1