1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-18 17:31:57 +08:00

Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare

This commit is contained in:
Sebastian Holtermann
2019-03-14 17:22:15 +01:00
parent 98d4846953
commit 5536cec46e
6 changed files with 13 additions and 17 deletions

View File

@@ -34,8 +34,7 @@ public:
* When true is returned, result has -1, 0, +1 for
* f1 older, same, or newer than f2.
*/
bool FileTimeCompare(std::string const& f1, std::string const& f2,
int* result);
bool Compare(std::string const& f1, std::string const& f2, int* result);
/**
* @brief Compare file modification times.