00001 #ifndef CLNTELAPSED_H_HEADER_INCLUDED_C112034D 00002 #define CLNTELAPSED_H_HEADER_INCLUDED_C112034D 00003 00004 #include "OptElapsed.h" 00005 00006 class TClntOptElapsed : public TOptElapsed 00007 { 00008 public: 00009 TClntOptElapsed(TMsg* parent); 00010 TClntOptElapsed( char * buf, int n, TMsg* parent); 00011 bool doDuties(); 00012 }; 00013 #endif 00014