00001 /* 00002 * Dibbler - a portable DHCPv6 00003 * 00004 * authors: Tomasz Mrugalski <thomson@klub.com.pl> 00005 * Marek Senderski <msend@o2.pl> 00006 * 00007 * released under GNU GPL v2 or later licence 00008 * 00009 * $Id: ClntOptStatusCode.h,v 1.2 2004/12/08 00:16:39 thomson Exp $ 00010 * 00011 * $Log: ClntOptStatusCode.h,v $ 00012 * Revision 1.2 2004/12/08 00:16:39 thomson 00013 * DOS end of lines corrected, header added. 00014 * 00015 */ 00016 00017 #ifndef CLNTOPTSTATUSCODE_H 00018 #define CLNTOPTSTATUSCODE_H 00019 00020 00021 #include "OptStatusCode.h" 00022 #include "DHCPConst.h" 00023 00024 class TClntOptStatusCode : public TOptStatusCode 00025 { 00026 public: 00027 TClntOptStatusCode( char * buf, int len, TMsg* parent); 00028 }; 00029 00030 #endif /* CLNTOPTSTATUSCODE_H */ 00031