summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestVC.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-24 17:52:36 (GMT)
committerBrad King <brad.king@kitware.com>2009-02-24 17:52:36 (GMT)
commitde3dedb4ea68f96deda8f4f1c97ab4f134b89f82 (patch)
tree645508549bd1fa19dacdebb8e4bf64c2839974ed /Source/CTest/cmCTestVC.cxx
parentd76bc78a1247d0ac5d151a510b8d6ba231daa043 (diff)
downloadCMake-de3dedb4ea68f96deda8f4f1c97ab4f134b89f82.zip
CMake-de3dedb4ea68f96deda8f4f1c97ab4f134b89f82.tar.gz
CMake-de3dedb4ea68f96deda8f4f1c97ab4f134b89f82.tar.bz2
ENH: Factor out VCS work tree revision checks
This moves checks of the work tree revision before and after update from cmCTestUpdateHandler::ProcessHandler into the cmCTestVC hierarchy.
Diffstat (limited to 'Source/CTest/cmCTestVC.cxx')
-rw-r--r--Source/CTest/cmCTestVC.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestVC.cxx b/Source/CTest/cmCTestVC.cxx
index 5946674..cb4aa2d 100644
--- a/Source/CTest/cmCTestVC.cxx
+++ b/Source/CTest/cmCTestVC.cxx
@@ -102,3 +102,15 @@ void cmCTestVC::CleanupImpl()
{
// We do no cleanup by default.
}
+
+//----------------------------------------------------------------------------
+void cmCTestVC::NoteOldRevision()
+{
+ // We do nothing by default.
+}
+
+//----------------------------------------------------------------------------
+void cmCTestVC::NoteNewRevision()
+{
+ // We do nothing by default.
+}