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

Reimplemented from Message.

Definition at line 35 of file ServiceOffer.cpp.

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


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