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

SrvMsgRenew.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: SrvMsgRenew.h,v 1.3 2005/01/08 16:52:04 thomson Exp $
00010  *
00011  * $Log: SrvMsgRenew.h,v $
00012  * Revision 1.3  2005/01/08 16:52:04  thomson
00013  * Relay support implemented.
00014  *
00015  * Revision 1.2  2004/06/20 17:25:07  thomson
00016  * getName() method implemented, clean up
00017  *
00018  *
00019  */
00020 
00021 class TSrvMsgRenew;
00022 #ifndef SRVMSGRENEW_H
00023 #define SRVMSGRENEW_H
00024 #include "SrvMsg.h"
00025 
00026 class TSrvMsgRenew : public TSrvMsg
00027 {
00028  public:
00029     TSrvMsgRenew(SmartPtr<TSrvIfaceMgr> IfaceMgr,
00030                  SmartPtr<TSrvTransMgr> TransMgr,
00031                  SmartPtr<TSrvCfgMgr> CfgMgr,
00032                  SmartPtr<TSrvAddrMgr> AddrMgr,
00033                  int iface, SmartPtr<TIPv6Addr> addr);
00034     
00035     TSrvMsgRenew(SmartPtr<TSrvIfaceMgr> IfaceMgr,SmartPtr<TSrvTransMgr> TransMgr,
00036                  SmartPtr<TSrvCfgMgr> CfgMgr,SmartPtr<TSrvAddrMgr> AddrMgr,
00037                  int iface, SmartPtr<TIPv6Addr> addr,
00038                  char* buf, int bufSize);
00039     
00040     void doDuties();
00041     unsigned long getTimeout();
00042     string getName();
00043     bool check();
00044     ~TSrvMsgRenew();
00045 };
00046 
00047 #endif /* SRVMSGRENEW_H */
00048 

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