#include <RSVPHelloMsg.h>
Inheritance diagram for RSVPHelloMsg:
This class adds convenience get() and set() methods to the generated base class, but no extra data.
Public Member Functions | |
RSVPHelloMsg (const char *name=NULL, int kind=RSVP_TRAFFIC) | |
RSVPHelloMsg (const RSVPHelloMsg &other) | |
RSVPHelloMsg & | operator= (const RSVPHelloMsg &other) |
virtual cObject * | dup () |
|
00041 : RSVPHelloMsg_Base(name,kind) {}
|
|
00042 : RSVPHelloMsg_Base(other.name()) {operator=(other);}
|
|
00044 {return new RSVPHelloMsg(*this);}
|
|
00043 {RSVPHelloMsg_Base::operator=(other); return *this;}
|