Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kate Kader
Open VDS
Commits
201a3beb
Commit
201a3beb
authored
Dec 13, 2019
by
Jørgen Lind
Browse files
Add missing reference
parent
bc54fd1d
Changes
1
Show whitespace changes
Inline
Side-by-side
src/VDS/VolumeDataAccessManagerImpl.h
View file @
201a3beb
...
@@ -137,7 +137,7 @@ struct PendingUploadRequest
...
@@ -137,7 +137,7 @@ struct PendingUploadRequest
{
{
}
}
PendingUploadRequest
(
IOManager
&
ioManager
,
const
std
::
string
&
url
,
const
std
::
string
contentDispositionName
,
std
::
vector
<
std
::
pair
<
std
::
string
,
std
::
string
>>
&
metaMap
,
std
::
shared_ptr
<
std
::
vector
<
uint8_t
>>
data
,
std
::
function
<
void
(
const
Request
&
request
,
const
Error
&
error
)
>
completedCallback
)
PendingUploadRequest
(
IOManager
&
ioManager
,
const
std
::
string
&
url
,
const
std
::
string
&
contentDispositionName
,
std
::
vector
<
std
::
pair
<
std
::
string
,
std
::
string
>>
&
metaMap
,
std
::
shared_ptr
<
std
::
vector
<
uint8_t
>>
data
,
std
::
function
<
void
(
const
Request
&
request
,
const
Error
&
error
)
>
completedCallback
)
:
url
(
url
)
:
url
(
url
)
,
contentDispositionName
(
contentDispositionName
)
,
contentDispositionName
(
contentDispositionName
)
,
metaMap
(
metaMap
)
,
metaMap
(
metaMap
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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