libreoffice-online/net
Miklos Vajna f375a9d5de Socket: mark setNoDelay() as non-virtual
No derived classes override it, and if they would, that would be a
problem, as setNoDelay() is called from init(), which is called from the
Socket ctor. Calling virtual functions from the base class ctor is not a
good idea, since the object is not fully constructed yet.

Change-Id: I4993e26d09f5d3429c7e2afae7688b84c0061c9d
2017-09-18 10:15:59 +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 Socket: mark setNoDelay() as non-virtual 2017-09-18 10:15:59 +02:00
Ssl.cpp wsd: free leaking memory 2017-07-03 05:42:38 +02:00
Ssl.hpp wsd: fix SSL initialization/uninitialization error 2017-04-04 04:16:53 +00:00
SslSocket.hpp wsd: don't call virtuals in dtors 2017-04-10 06:06:27 +02:00
WebSocketHandler.hpp wsd: include cleanup 2017-05-22 07:04:24 +02:00