Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
41854103
Commit
41854103
authored
Apr 03, 2018
by
jrp2014
Committed by
Brad King
Apr 05, 2018
Browse files
cmCTestCurl: Fix UploadFile declared parameter names
Match the order used in the definition.
parent
1519628e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/CTest/cmCTestCurl.h
View file @
41854103
...
...
@@ -16,7 +16,7 @@ class cmCTestCurl
public:
cmCTestCurl
(
cmCTest
*
);
~
cmCTestCurl
();
bool
UploadFile
(
std
::
string
const
&
url
,
std
::
string
const
&
file
,
bool
UploadFile
(
std
::
string
const
&
local_file
,
std
::
string
const
&
url
,
std
::
string
const
&
fields
,
std
::
string
&
response
);
bool
HttpRequest
(
std
::
string
const
&
url
,
std
::
string
const
&
fields
,
std
::
string
&
response
);
...
...
Brad King
@brad.king
mentioned in commit
607b0ac2
·
Apr 06, 2018
mentioned in commit
607b0ac2
mentioned in commit 607b0ac2f3be1cbe7a0d8acbc711836935d5e3d6
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment