Definition at line 23 of file AliveStatement.cpp. 00023 { 00024 if ( messageType.compare(otherMessage.getMessageType()) != 0 ) { 00025 throw MessageCastException(); 00026 } 00027 setFormatString( otherMessage.getFormatString() ); 00028 setStringComponents( otherMessage.getStringComponents() ); 00029 }
|
1.5.1