| 133 | } |
| 134 | |
| 135 | void RawGenerator::GenerateCustom(std::shared_ptr<TranslatorInterface> const & translator) |
| 136 | { |
| 137 | m_translators->Append(translator); |
| 138 | } |
| 139 | |
| 140 | void RawGenerator::GenerateCustom(std::shared_ptr<TranslatorInterface> const & translator, |
| 141 | std::shared_ptr<FinalProcessorIntermediateMwmInterface> const & finalProcessor) |