libreoffice-online/net
Miklos Vajna 65df3e6ceb net: use std::move() in the StreamSocket ctor
It was inconsistent that the StreamSocket ctor had a const parameter,
but the SslStreamSocket had a non-const one and used std::move(). Use
the later in the parent class as well for consistency.

Change-Id: I58597b97432a801d164d6ed9d831a0372280e687
2018-05-24 08:50:30 +02:00
..
clientnb.cpp loplugin:nullptr 2017-12-20 22:36:41 +05:30
DelaySocket.cpp loplugin:includeform 2017-12-20 21:21:05 +05:30
DelaySocket.hpp
ServerSocket.hpp Use inet_ntop for ipv6 address names. 2018-05-14 12:03:17 +01:00
Socket.cpp Use correct path in the client websockets. 2018-05-18 15:16:40 +02:00
Socket.hpp net: use std::move() in the StreamSocket ctor 2018-05-24 08:50:30 +02:00
Ssl.cpp Enable SSL in outbound, client websockets ... 2018-05-18 15:16:39 +02:00
Ssl.hpp
SslSocket.hpp Enable SSL in outbound, client websockets ... 2018-05-18 15:16:39 +02:00
WebSocketHandler.hpp Use std::shared_ptr consistently. 2018-05-18 15:16:40 +02:00