Message::Message ( const Message otherMessage  ) 

Definition at line 21 of file Message.cpp.

00021                                             {
00022         if (this != &otherMessage) {
00023                 formatString = otherMessage.getFormatString();
00024                 stringComponents = otherMessage.getStringComponents();
00025         }
00026 }


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