ServiceCancel::ServiceCancel ( const Message otherMessage  )  throw (MessageCastException)

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 }


Generated on Wed Jun 25 14:47:13 2008 for keyvil by  doxygen 1.5.1