#include <I3Message.h>
Public Member Functions | |
I3QueryReplyMessage (const char *name=NULL, int kind=0) | |
I3QueryReplyMessage (const I3QueryReplyMessage &other) | |
I3QueryReplyMessage & | operator= (const I3QueryReplyMessage &other) |
virtual cPolymorphic * | dup () const |
I3QueryReplyMessage::I3QueryReplyMessage | ( | const char * | name = NULL , |
|
int | kind = 0 | |||
) |
00107 : I3QueryReplyMessage_Base(name,kind) 00108 { 00109 setType(QUERY_REPLY); 00110 setName("I3::QueryReply"); 00111 }
I3QueryReplyMessage::I3QueryReplyMessage | ( | const I3QueryReplyMessage & | other | ) |
00113 : 00114 I3QueryReplyMessage_Base(other.name()) 00115 { 00116 setType(QUERY_REPLY); 00117 operator=(other); 00118 }
I3QueryReplyMessage & I3QueryReplyMessage::operator= | ( | const I3QueryReplyMessage & | other | ) |
cPolymorphic * I3QueryReplyMessage::dup | ( | ) | const [virtual] |