Public Member Functions | |
I3CompositeMessage * | dup () const |
Public Attributes | |
string | sentence |
Definition at line 27 of file I3Composite.cc.
I3CompositeMessage* I3CompositeMessage::dup | ( | ) | const [inline] |
Definition at line 30 of file I3Composite.cc.
00030 { 00031 return new I3CompositeMessage(*this); 00032 }
string I3CompositeMessage::sentence |
Definition at line 28 of file I3Composite.cc.
Referenced by I3Composite::createMessage(), and I3Composite::deliver().