ServiceCancel & ServiceCancel::operator= ( const Message otherMessage  )  throw (MessageCastException)

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 }


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