| 2014 | } |
| 2015 | |
| 2016 | ProjectFileIO::TentativeConnection::~TentativeConnection() |
| 2017 | { |
| 2018 | if (!mCommitted) |
| 2019 | mProjectFileIO.RestoreConnection(); |
| 2020 | } |
| 2021 | |
| 2022 | void ProjectFileIO::TentativeConnection::SetFileName(const FilePath &fileName) |
| 2023 | { |
nothing calls this directly
no test coverage detected