| 459 | } |
| 460 | |
| 461 | void BCLXML::addFile(const BCLFileReference& file) { |
| 462 | removeFile(file.path()); |
| 463 | |
| 464 | incrementVersionId(); |
| 465 | m_files.push_back(file); |
| 466 | } |
| 467 | |
| 468 | bool BCLXML::hasFile(const openstudio::path& path) const { |
| 469 | bool result = false; |