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

ClntMsgDecline.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: ClntMsgDecline.h,v 1.3 2005/01/08 16:52:03 thomson Exp $
00010  *
00011  * $Log: ClntMsgDecline.h,v $
00012  * Revision 1.3  2005/01/08 16:52:03  thomson
00013  * Relay support implemented.
00014  *
00015  * Revision 1.2  2004/06/20 17:51:48  thomson
00016  * getName() method implemented, comment cleanup
00017  *
00018  *
00019  */
00020 
00021 class TClntMsgDecline;
00022 #ifndef CLNTMSGDECLINE_H
00023 #define CLNTMSGDECLINE_H
00024 #include "ClntMsg.h"
00025 
00026 class TClntMsgDecline : public TClntMsg
00027 {
00028   public:
00029     TClntMsgDecline(SmartPtr<TClntIfaceMgr> IfaceMgr,
00030                     SmartPtr<TClntTransMgr> TransMgr,
00031                     SmartPtr<TClntCfgMgr> CfgMgr,
00032                     SmartPtr<TClntAddrMgr> AddrMgr,
00033                     int iface, SmartPtr<TIPv6Addr> addr,
00034                     TContainer< SmartPtr< TAddrIA> > IALst);
00035 
00036     TClntMsgDecline(SmartPtr<TClntIfaceMgr> IfaceMgr,
00037                     SmartPtr<TClntTransMgr> TransMgr,
00038                     SmartPtr<TClntCfgMgr> CfgMgr,
00039                     SmartPtr<TClntAddrMgr> AddrMgr,
00040                     int iface, SmartPtr<TIPv6Addr> addr, 
00041                     char* buf, int bufSize);
00042     bool  check();
00043     
00044     void  answer(SmartPtr<TClntMsg> Rep);
00045     void  doDuties();
00046     string getName();
00047     ~TClntMsgDecline();
00048  private:
00049 };
00050 
00051 #endif
00052 

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