| 85 | }; |
| 86 | |
| 87 | virtual const FileInfo * getFileInfo(const Tokenizer& /*tokenizer*/, const Settings& /*settings*/, const std::string& /*currentConfig*/) const { |
| 88 | return nullptr; |
| 89 | } |
| 90 | |
| 91 | virtual const FileInfo * loadFileInfoFromXml(const tinyxml2::XMLElement *xmlElement, const std::string& file0) const { |
| 92 | (void)xmlElement; |
no outgoing calls