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

OptUserClass.h

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

Generated on Wed Mar 16 00:10:26 2005 for Dibbler - a portable DHCPv6 by  doxygen 1.3.9.1