Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

OptElapsed.h

Go to the documentation of this file.
00001 #ifndef OPTELAPSED_H
00002 #define OPTELAPSED_H
00003 
00004 #include "Opt.h"
00005 
00006 class TOptElapsed : public TOpt
00007 {
00008   public:
00009     TOptElapsed(TMsg* parent);
00010     TOptElapsed( char * &buf,  int &n, TMsg* parent);
00011     int getSize();
00012     char * storeSelf( char* buf);
00013 protected:
00014     unsigned long Timestamp;
00015 };
00016 
00017 #endif /* OPTELAPSED_H */
00018 

Generated on Mon Dec 27 21:55:22 2004 for Dibbler - a portable DHCPv6 by  doxygen 1.3.9.1