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

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