---------------------------------------------------------------------------
| 7 | |
| 8 | //--------------------------------------------------------------------------- |
| 9 | TMessMatch::TMessMatch() |
| 10 | { |
| 11 | Text1 = new TStringList; |
| 12 | Text2 = new TStringList; |
| 13 | Clear(); |
| 14 | } |
| 15 | //--------------------------------------------------------------------------- |
| 16 | TMessMatch::~TMessMatch() |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected