| 116 | } |
| 117 | |
| 118 | void BCLFileReference::setUsageType(const std::string& usageType) { |
| 119 | m_usageType = usageType; |
| 120 | } |
| 121 | |
| 122 | void BCLFileReference::writeValues(pugi::xml_node& element) const { |
| 123 | if (m_usageType == "script" && !m_softwareProgram.empty() && !m_softwareProgramVersion.empty()) { |
no outgoing calls