* @brief Return true if this is older than ftm */
| 33 | * @brief Return true if this is older than ftm |
| 34 | */ |
| 35 | bool Older(cmFileTime ftm) const { return (this->Time - ftm.Time) < 0; } |
| 36 | |
| 37 | /** |
| 38 | * @brief Return true if this is newer than ftm |
no outgoing calls