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