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

Reimplemented from Message.

Definition at line 26 of file NoServiceNeeded.cpp.

00026                                                                                                    {
00027         if ( messageType.compare(otherMessage.getMessageType()) != 0 ) {
00028                 throw MessageCastException();
00029         }
00030         setFormatString( otherMessage.getFormatString() );
00031         setStringComponents( otherMessage.getStringComponents() );
00032         return *this;
00033 }


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