Definition at line 27 of file ServiceOffer.cpp. 00027 { 00028 if ( messageType.compare(otherMessage.getMessageType()) != 0 ) { 00029 throw MessageCastException(); 00030 } 00031 setFormatString( otherMessage.getFormatString() ); 00032 setStringComponents( otherMessage.getStringComponents() ); 00033 }
|
1.5.1