---------------------------------------------------------------------------
| 268 | } |
| 269 | //--------------------------------------------------------------------------- |
| 270 | void TMessMatch::Save(XMLElementEx * p) |
| 271 | { |
| 272 | p->wb("not", bNot); |
| 273 | p->wi("prioritymask", PriorityMask); |
| 274 | p->wi("facilitymask", FacilityMask); |
| 275 | p->wb("matchcase", MatchCase); |
| 276 | p->wi("field1", Field1); |
| 277 | p->wb("contains1", Contains1); |
| 278 | p->ws("text1", Text1); |
| 279 | p->wi("field2", Field2); |
| 280 | p->wb("contains2", Contains2); |
| 281 | p->ws("text2", Text2); |
| 282 | } |
| 283 | //--------------------------------------------------------------------------- |
| 284 | void TMessMatch::Load(XMLElementEx * p) |
| 285 | { |
nothing calls this directly
no test coverage detected