mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 14:50:10 -06:00
cmCTestSubmitHandler: Make internal method private
This commit is contained in:
@@ -37,9 +37,6 @@ public:
|
||||
/** Specify a set of files to submit. */
|
||||
void SelectFiles(std::set<std::string> const& files);
|
||||
|
||||
// handle the cdash file upload protocol
|
||||
int HandleCDashUploadFile(std::string const& file, std::string const& type);
|
||||
|
||||
void SetHttpHeaders(std::vector<std::string> const& v)
|
||||
{
|
||||
this->HttpHeaders.insert(this->HttpHeaders.end(), v.begin(), v.end());
|
||||
@@ -55,6 +52,9 @@ private:
|
||||
std::string const& url);
|
||||
void ParseResponse(std::vector<char> chunk);
|
||||
|
||||
// handle the cdash file upload protocol
|
||||
int HandleCDashUploadFile(std::string const& file, std::string const& type);
|
||||
|
||||
std::string GetSubmitResultsPrefix();
|
||||
int GetSubmitInactivityTimeout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user