| 452 | } |
| 453 | |
| 454 | void CConfigManager::StoreUnknownCommand(const char *pCommand) |
| 455 | { |
| 456 | m_vpUnknownCommands.push_back(m_ConfigHeap.StoreString(pCommand)); |
| 457 | } |
| 458 | |
| 459 | void CConfigManager::PossibleConfigVariables(const char *pStr, int FlagMask, POSSIBLECFGFUNC pfnCallback, void *pUserData) |
| 460 | { |
no test coverage detected