Reimplemented from Message. Definition at line 35 of file ServiceOffer.cpp. 00035 { 00036 if ( messageType.compare(otherMessage.getMessageType()) != 0 ) { 00037 throw MessageCastException(); 00038 } 00039 setFormatString( otherMessage.getFormatString() ); 00040 setStringComponents( otherMessage.getStringComponents() ); 00041 return *this; 00042 }
|
1.5.1