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

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