|
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 }
|
1.5.1