| 126 | } |
| 127 | |
| 128 | std::string IdBlock::VersionString() const { |
| 129 | std::string temp = format_identifier_; |
| 130 | MdfHelper::Trim(temp); |
| 131 | return temp; |
| 132 | } |
| 133 | |
| 134 | std::string IdBlock::ProgramId() const { |
| 135 | std::string temp = program_identifier_; |
no outgoing calls