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

OptPreference.h

Go to the documentation of this file.
00001 #ifndef PREFERENCE_H_HEADER_INCLUDED_C1126A41
00002 #define PREFERENCE_H_HEADER_INCLUDED_C1126A41
00003 
00004 #include "DHCPConst.h"
00005 #include "Opt.h"
00006 
00007 class TOptPreference : public TOpt
00008 {
00009   public:
00010     TOptPreference( char * &buf,  int &n, TMsg* parent);
00011 
00012     TOptPreference( char pref, TMsg* parent);
00013 
00014      int getSize();
00015      char * storeSelf( char* buf);
00016 
00017   private:
00018      char Pref;
00019 
00020 public:
00021      int getPreference(void);
00022 
00023 };
00024 
00025 #endif
00026 

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