Message & Message::operator= ( const Message otherMessage  ) 

Reimplemented in Acknowledgement, AliveStatement, Error, GoOnCommand, HaltRequest, NoServiceNeeded, ServiceCancel, ServiceDone, ServiceOffer, ServiceRequest, StatusOffer, StatusRequest, and StopCommand.

Definition at line 29 of file Message.cpp.

00029                                                        {
00030         if (this != &otherMessage) {
00031                 formatString = otherMessage.getFormatString();
00032                 stringComponents = otherMessage.getStringComponents();
00033         }
00034         return *this;
00035 }


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