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

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

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