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