Modifies global pipeline options by specifying the separator to use between multiple copied paths. @param p_rOptions Global options to modify (in-place).
| 793 | // @param p_rOptions Global options to modify (in-place). |
| 794 | // |
| 795 | void PathsSeparatorPipelineElement::ModifyOptions(PipelineOptions& p_rOptions) const |
| 796 | { |
| 797 | p_rOptions.SetPathsSeparator(m_PathsSeparator); |
| 798 | } |
| 799 | |
| 800 | // |
| 801 | // Modify global pipeline options by specifying that paths should |
nothing calls this directly
no test coverage detected