Reimplemented from Message. Definition at line 31 of file AliveStatement.cpp. 00031 { 00032 if ( messageType.compare(otherMessage.getMessageType()) != 0 ) { 00033 throw MessageCastException(); 00034 } 00035 setFormatString( otherMessage.getFormatString() ); 00036 setStringComponents( otherMessage.getStringComponents() ); 00037 return *this; 00038 }
|
1.5.1