Definition at line 21 of file Message.cpp.
00021 { 00022 if (this != &otherMessage) { 00023 formatString = otherMessage.getFormatString(); 00024 stringComponents = otherMessage.getStringComponents(); 00025 } 00026 }