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

SrvOptNTPServers.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: SrvOptNTPServers.h,v 1.3 2004/10/25 20:45:54 thomson Exp $
00010  *
00011  * $Log: SrvOptNTPServers.h,v $
00012  * Revision 1.3  2004/10/25 20:45:54  thomson
00013  * Option support, parsers rewritten. ClntIfaceMgr now handles options.
00014  *
00015  * Revision 1.2  2004/03/29 18:53:08  thomson
00016  * Author/Licence/cvs log/cvs version headers added.
00017  */
00018 
00019 #ifndef SRVOPTNTPSERVERS_H
00020 #define SRVOPTNTPSERVERS_H
00021 #include "OptAddrLst.h"
00022 
00023 class TSrvOptNTPServers : public TOptAddrLst
00024 {
00025  public:
00026     TSrvOptNTPServers(TContainer< SmartPtr<TIPv6Addr> > lst, TMsg* parent);
00027     TSrvOptNTPServers(char* buf, int size, TMsg* parent);
00028     bool doDuties();
00029 };
00030 #endif
00031 

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