Definition at line 24 of file ServiceCancel.cpp. 00024 { 00025 if ( messageType.compare(otherMessage.getMessageType()) != 0 ) { 00026 throw MessageCastException(); 00027 } 00028 setFormatString( otherMessage.getFormatString() ); 00029 setStringComponents( otherMessage.getStringComponents() ); 00030 }
|
1.5.1