Reimplemented from Message. Definition at line 32 of file ServiceCancel.cpp. 00032 { 00033 if ( messageType.compare(otherMessage.getMessageType()) != 0 ) { 00034 throw MessageCastException(); 00035 } 00036 setFormatString( otherMessage.getFormatString() ); 00037 setStringComponents( otherMessage.getStringComponents() ); 00038 return *this; 00039 }
|
1.5.1