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