Skip to content

Commit

Permalink
Socket::handlePoll is public, so shall be StreamSocket::handlePoll's …
Browse files Browse the repository at this point in the history
…override

Signed-off-by: Sven Göthel <[email protected]>
Change-Id: I035ab196e57588513b69894ccc669d88cec488c2
  • Loading branch information
Sven Göthel committed Oct 22, 2024
1 parent 2cc758a commit 76cc25c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions net/Socket.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1441,8 +1441,6 @@ class StreamSocket : public Socket,
return std::string();
}

protected:

/// Called when a polling event is received.
/// @events is the mask of events that triggered the wake.
void handlePoll(SocketDisposition &disposition,
Expand Down Expand Up @@ -1567,7 +1565,6 @@ class StreamSocket : public Socket,
disposition.setClosed();
}

public:
/// Override to write data out to socket.
/// Returns the last return from writeData.
virtual int writeOutgoingData()
Expand Down

0 comments on commit 76cc25c

Please sign in to comment.