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

Reimplemented from Message.

Definition at line 31 of file StatusRequest.cpp.

00031                                                                                                {
00032         if ( messageType.compare(otherMessage.getMessageType()) != 0 ) {
00033                 throw MessageCastException();
00034         }
00035         setFormatString( otherMessage.getFormatString() );
00036         setStringComponents( otherMessage.getStringComponents() );
00037         return *this;
00038 }


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