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

Definition at line 18 of file StopCommand.cpp.

00018                                                                                 {
00019         if ( messageType.compare(otherMessage.getMessageType()) != 0 ) {
00020                 throw MessageCastException();
00021         }
00022         setFormatString( otherMessage.getFormatString() );
00023         setStringComponents( otherMessage.getStringComponents() );
00024 }


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