2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
20#include "net/l2/stream/legacy/SocketClient.h"
22#include "core/socket/Socket.hpp"
23#include "core/socket/stream/legacy/SocketConnection.hpp"
24#include "core/socket/stream/legacy/SocketConnector.hpp"
26#ifndef DOXYGEN_SHOULD_SKIP_THIS
30template class core::
socket::
Socket<net::l2::stream::legacy::config::ConfigSocketClient>;
32 net::l2::stream::legacy::config::ConfigSocketClient>;
33template class core::socket::stream::legacy::SocketConnection<net::l2::phy::stream::PhysicalSocketClient>;
35 core::socket::
stream::legacy::SocketReader,
36 core::socket::
stream::legacy::SocketWriter>;