@brief Forward call to retrieve plugin info (winds up in DirDoc) */
| 224 | |
| 225 | /** @brief Forward call to retrieve plugin info (winds up in DirDoc) */ |
| 226 | void CDiffContext::FetchPluginInfos(const String& filteredFilenames, |
| 227 | PackingInfo ** infoUnpacker, PrediffingInfo ** infoPrediffer) |
| 228 | { |
| 229 | if (!m_piPluginInfos) |
| 230 | return; |
| 231 | m_piPluginInfos->FetchPluginInfos(filteredFilenames, infoUnpacker, infoPrediffer); |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * @brief Check if user has requested aborting the compare. |
no outgoing calls