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
Jamal Dahbur
libcloudstorage
Commits
ccdf9f62
Commit
ccdf9f62
authored
Feb 14, 2018
by
Paweł Wegner
Browse files
IRequest: removed redundant methods.
parent
d0040eab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/IRequest.h
View file @
ccdf9f62
...
...
@@ -92,10 +92,6 @@ class IRequest : public IGenericRequest {
public:
using
Pointer
=
std
::
unique_ptr
<
IRequest
>
;
virtual
void
finish
()
=
0
;
virtual
void
cancel
()
=
0
;
/**
* Retrieves the result, blocks if it wasn't computed just yet.
* @return result
...
...
Write
Preview
Supports
Markdown
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