MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Add

Method Add

source/messprocessing.cpp:169–172  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

167}
168//---------------------------------------------------------------------------
169void __fastcall TMessProcessRuleList::Add(TMessProcessRule * p)
170{
171 TList::Add( p );
172}
173//---------------------------------------------------------------------------
174TMessProcessRule * __fastcall TMessProcessRuleList::Get(int index)
175{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected