#include <RSVPResvMsg.h>
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Public Member Functions | |
RSVPResvError (const char *name=NULL, int kind=RERROR_MESSAGE) | |
RSVPResvError (const RSVPResvError &other) | |
RSVPResvError & | operator= (const RSVPResvError &other) |
virtual cObject * | dup () |
IPAddress | getNHOP () |
IPAddress | getLIH () |
|
00069 : RSVPResvError_Base(name,kind) {}
|
|
00070 : RSVPResvError_Base(other.name()) {operator=(other);}
|
|
00072 {return new RSVPResvError(*this);}
|
|
00075 {return getHop().Logical_Interface_Handle;}
|
|
00074 {return getHop().Next_Hop_Address;}
|
|
00071 {RSVPResvError_Base::operator=(other); return *this;}
|