diff options
Diffstat (limited to 'Source/CTest/cmCTestVC.h')
-rw-r--r-- | Source/CTest/cmCTestVC.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestVC.h b/Source/CTest/cmCTestVC.h index 4564e70..e1228e0 100644 --- a/Source/CTest/cmCTestVC.h +++ b/Source/CTest/cmCTestVC.h @@ -39,6 +39,9 @@ public: /** Top-level source directory. */ void SetSourceDirectory(std::string const& dir); + /** Get the date/time specification for the current nightly start time. */ + std::string GetNightlyTime(); + /** Perform cleanup operations on the work tree. */ void Cleanup(); |