---------------------------------------------------------------------------
| 167 | } |
| 168 | //--------------------------------------------------------------------------- |
| 169 | void __fastcall TMessProcessRuleList::Add(TMessProcessRule * p) |
| 170 | { |
| 171 | TList::Add( p ); |
| 172 | } |
| 173 | //--------------------------------------------------------------------------- |
| 174 | TMessProcessRule * __fastcall TMessProcessRuleList::Get(int index) |
| 175 | { |
nothing calls this directly
no outgoing calls
no test coverage detected