summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-02-24 14:09:14 (GMT)
committerBrad King <brad.king@kitware.com>2009-02-24 14:09:14 (GMT)
commit844df756769b23e225e32fe334a7df65f264262f (patch)
tree9b427d1f8bd2b586793ca32885902ee7b7de691b /Source/CTest/cmCTestUpdateHandler.h
parent0d2f241e1a3de469e2843f1fcc12f15a80301bed (diff)
downloadCMake-844df756769b23e225e32fe334a7df65f264262f.zip
CMake-844df756769b23e225e32fe334a7df65f264262f.tar.gz
CMake-844df756769b23e225e32fe334a7df65f264262f.tar.bz2
ENH: Factor out initial checkout method
This moves the initial checkout code from the monolithic cmCTestUpdateHandler::ProcessHandler to a separate method cmCTestUpdateHandler::InitialCheckout.
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.h')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.h b/Source/CTest/cmCTestUpdateHandler.h
index 590a0a4..e6a5ac8 100644
--- a/Source/CTest/cmCTestUpdateHandler.h
+++ b/Source/CTest/cmCTestUpdateHandler.h
@@ -62,6 +62,8 @@ private:
// Determine the type of version control
int DetermineType(const char* cmd, const char* type);
+
+ bool InitialCheckout(std::ostream& ofs);
};
#if defined(__sgi) && !defined(__GNUC__)