Reimplemented from Message. Definition at line 26 of file GoOnCommand.cpp. 00026 { 00027 if ( messageType.compare(otherMessage.getMessageType()) != 0 ) { 00028 throw MessageCastException(); 00029 } 00030 setFormatString( otherMessage.getFormatString() ); 00031 setStringComponents( otherMessage.getStringComponents() ); 00032 return *this; 00033 }
|
1.5.1