Definition at line 18 of file GoOnCommand.cpp. 00018 { 00019 if ( messageType.compare(otherMessage.getMessageType()) != 0 ) { 00020 throw MessageCastException(); 00021 } 00022 setFormatString( otherMessage.getFormatString() ); 00023 setStringComponents( otherMessage.getStringComponents() ); 00024 }
|
1.5.1