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

Reimplemented from Message.

Definition at line 36 of file ServiceDone.cpp.

00036                                                                                            {
00037         if ( messageType.compare(otherMessage.getMessageType()) != 0 ) {
00038                 throw MessageCastException();
00039         }
00040         setFormatString( otherMessage.getFormatString() );
00041         setStringComponents( otherMessage.getStringComponents() );
00042         return *this;
00043 }


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