| 2405 | } |
| 2406 | |
| 2407 | bool ProjectFileIO::ReopenProject() |
| 2408 | { |
| 2409 | FilePath fileName = mFileName; |
| 2410 | if (!CloseConnection()) |
| 2411 | { |
| 2412 | return false; |
| 2413 | } |
| 2414 | |
| 2415 | return OpenConnection(fileName); |
| 2416 | } |
| 2417 | |
| 2418 | bool ProjectFileIO::IsModified() const |
| 2419 | { |