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