---------------------------------------------------------------------------
| 12 | const char * szStyleNode = "style"; |
| 13 | //--------------------------------------------------------------------------- |
| 14 | TMessHighlight::TMessHighlight() |
| 15 | { |
| 16 | bEnable = true; |
| 17 | } |
| 18 | //--------------------------------------------------------------------------- |
| 19 | void TMessHighlight::Save(XMLElementEx * p) |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected