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

SrvOptInterfaceID.h

Go to the documentation of this file.
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: SrvOptInterfaceID.h,v 1.2 2005/01/08 16:52:04 thomson Exp $
00010  *
00011  * $Log: SrvOptInterfaceID.h,v $
00012  * Revision 1.2  2005/01/08 16:52:04  thomson
00013  * Relay support implemented.
00014  *
00015  */
00016 
00017 #ifndef SRVOPTIONINTERFACEID_H
00018 #define SRVOPTIONINTERFACEID_H
00019 #include "OptInteger4.h"
00020 
00021 class TSrvOptInterfaceID : public TOptInteger4
00022 {
00023   public:
00024     TSrvOptInterfaceID( char * buf,  int n, TMsg* parent);
00025         bool doDuties();
00026 };
00027 
00028 
00029 
00030 #endif /* OPTIONINTERFACEID_H */
00031 

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