| 27 | void ReleaseParser(unsigned int ptr){ delete parserList[ptr]; } |
| 28 | void SetParser(unsigned int ptr, BaseP* parser){ parserList[ptr] = parser; } |
| 29 | BaseP* GetParser(unsigned int ptr){ return parserList[ptr]; } |
| 30 | |
| 31 | static AlternativePolicy alerPol = ALTER_STANDART; |
| 32 | static ActionPolicy actionPol = ACTION_STANDART; |
no outgoing calls
no test coverage detected