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

RelMsgGeneric.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: RelMsgGeneric.h,v 1.3 2005/04/28 21:20:52 thomson Exp $
00010  *
00011  * $Log: RelMsgGeneric.h,v $
00012  * Revision 1.3  2005/04/28 21:20:52  thomson
00013  * Support for multiple relays added.
00014  *
00015  * Revision 1.2  2005/04/25 00:19:20  thomson
00016  * Changes in progress.
00017  *
00018  * Revision 1.1  2005/01/12 00:00:38  thomson
00019  * *** empty log message ***
00020  *
00021  * Revision 1.1  2005/01/11 22:53:35  thomson
00022  * Relay skeleton implemented.
00023  *
00024  *
00025  */
00026 
00027 #ifndef RELMSGGENERIC_H
00028 #define RELMSGGENERIC_H
00029 
00030 #include "RelMsg.h"
00031 #include "RelCommon.h"
00032 
00033 using namespace std;
00034 
00035 class TRelMsgGeneric: public TRelMsg {
00036 
00037  public:
00038     TRelMsgGeneric(TCtx * ctx, int iface, SmartPtr<TIPv6Addr> addr, char * data, int dataLen);
00039     string getName();
00040     bool check();
00041     int getSize();
00042 };
00043 
00044 #endif
00045 

Generated on Sun Aug 7 22:47:16 2005 for Dibbler - a portable DHCPv6 by  doxygen 1.3.9.1