mirror of
https://github.com/LibreOffice/online.git
synced 2025-07-25 16:04:48 +00:00
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:
@ -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); }
|
||||
|
Reference in New Issue
Block a user