* @brief Add source path. * @param [in] source Source path. */
| 53 | * @param [in] source Source path. |
| 54 | */ |
| 55 | void ShellFileOperations::AddSource(const String &source) |
| 56 | { |
| 57 | m_sources.push_back(source); |
| 58 | m_bOneToOneMapping = false; |
| 59 | } |
| 60 | |
| 61 | /** |
| 62 | * @brief Add destination path. |
no outgoing calls
no test coverage detected