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

Definition at line 23 of file HaltRequest.cpp.

00023                                                                                 {
00024         if ( messageType.compare(otherMessage.getMessageType()) != 0 ) {
00025                 throw MessageCastException();
00026         }
00027         setFormatString( otherMessage.getFormatString() );
00028         setStringComponents( otherMessage.getStringComponents() );
00029 }


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