| 120 | } |
| 121 | |
| 122 | std::string IdBlock::FileId() const { |
| 123 | std::string temp = file_identifier_; |
| 124 | MdfHelper::Trim(temp); |
| 125 | return temp; |
| 126 | } |
| 127 | |
| 128 | std::string IdBlock::VersionString() const { |
| 129 | std::string temp = format_identifier_; |
no outgoing calls