Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Cameo
cameo
Commits
d8f85568
Commit
d8f85568
authored
Dec 13, 2021
by
legoc
Browse files
Removed waiting from OutputStreamSocket
parent
c160b0a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
cameo-api-cpp/include/OutputStreamSocket.h
View file @
d8f85568
...
...
@@ -68,8 +68,6 @@ public:
private:
OutputStreamSocket
(
StreamSocketImpl
*
impl
);
WaitingImpl
*
waiting
();
int
m_applicationId
;
bool
m_ended
;
bool
m_canceled
;
...
...
cameo-api-cpp/src/base/OutputStreamSocket.cpp
View file @
d8f85568
...
...
@@ -122,9 +122,4 @@ bool OutputStreamSocket::isCanceled() const {
return
m_canceled
;
}
WaitingImpl
*
OutputStreamSocket
::
waiting
()
{
// We transfer the ownership of cancel socket to WaitingImpl
return
new
SocketWaitingImpl
(
m_impl
->
m_cancelSocket
.
get
(),
message
::
Event
::
CANCEL
);
}
}
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