handleDisconnect - unused.

Change-Id: Ib305f762ae33424c8a598d5c31eeda31b9c87555
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90137
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:
Michael Meeks
2020-03-05 22:15:13 +00:00
parent aea119edb7
commit 019f268ffd
2 changed files with 0 additions and 10 deletions

View File

@ -97,9 +97,6 @@ public:
/// Invoked when we want to disconnect a session.
virtual void disconnect();
/// Called to handle disconnection command from socket.
virtual bool handleDisconnect();
/// clean & normal shutdown
void shutdownNormal(const std::string& statusMessage = "")
{ shutdown(WebSocketHandler::StatusCodes::NORMAL_CLOSE, statusMessage); }