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

SrvOptNISPServer.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: SrvOptNISPServer.h,v 1.1 2004/11/02 01:30:54 thomson Exp $
00010  *
00011  * $Log: SrvOptNISPServer.h,v $
00012  * Revision 1.1  2004/11/02 01:30:54  thomson
00013  * Initial version.
00014  *
00015  */
00016 
00017 #ifndef SRVOPTNISPSERVERS_H
00018 #define SRVOPTNISPSERVERS_H
00019 
00020 #include "OptAddrLst.h"
00021 
00022 class TSrvOptNISPServers : public TOptAddrLst
00023 {
00024  public:
00025     TSrvOptNISPServers(TContainer< SmartPtr<TIPv6Addr> > lst, TMsg* parent);
00026     TSrvOptNISPServers(char* buf, int size, TMsg* parent);
00027     bool doDuties();
00028 };
00029 #endif
00030 

Generated on Mon Dec 27 21:55:23 2004 for Dibbler - a portable DHCPv6 by  doxygen 1.3.9.1