ServiceOffer::ServiceOffer ( const Message otherMessage  )  throw (MessageCastException)

Definition at line 27 of file ServiceOffer.cpp.

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


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