| 225 | #endif |
| 226 | |
| 227 | int cmGeneratedFileStreamBase::RenameFile(std::string const& oldname, |
| 228 | std::string const& newname) |
| 229 | { |
| 230 | return cmSystemTools::RenameFile(oldname, newname); |
| 231 | } |
| 232 | |
| 233 | void cmGeneratedFileStream::SetName(std::string const& fname) |
| 234 | { |