libreoffice-online/net
Miklos Vajna bcb5b744b8 net, wsd: fix -Werror,-Wdelete-non-virtual-dtor warnings
Two problem types:

- non-final class has virtual functions but no virtual dtor -> mark the
  class final
- abstract class has no virtual dtor -> add a virtual dtor

Change-Id: Iae208b65c774e6da7a3dda5e725fe07d4d589e4f
2017-09-12 10:03:32 +02:00
..
clientnb.cpp net: remove unused using declarations in clientnb 2017-06-23 10:29:44 +02:00
DelaySocket.cpp SocketDisposition: push it down the stack, and cleanup around that. 2017-05-05 18:37:26 +01:00
DelaySocket.hpp Initial DelaySocket goodness. 2017-04-22 18:42:16 +01:00
ServerSocket.hpp SocketDisposition: push it down the stack, and cleanup around that. 2017-05-05 18:37:26 +01:00
Socket.cpp Track bytes recv'd and sent on StreamSockets. 2017-05-26 15:54:58 +01:00
Socket.hpp net, wsd: fix -Werror,-Wdelete-non-virtual-dtor warnings 2017-09-12 10:03:32 +02:00
Ssl.cpp wsd: free leaking memory 2017-07-03 05:42:38 +02:00
Ssl.hpp
SslSocket.hpp
WebSocketHandler.hpp wsd: include cleanup 2017-05-22 07:04:24 +02:00