File tree 15 files changed +24
-24
lines changed
15 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 192
192
<ClInclude Include =" ..\..\..\fly\net\network_config.hpp" />
193
193
<ClInclude Include =" ..\..\..\fly\net\socket\detail\base_socket.hpp" />
194
194
<ClInclude Include =" ..\..\..\fly\net\socket\detail\socket_operations.hpp" />
195
+ <ClInclude Include =" ..\..\..\fly\net\socket\concepts.hpp" />
195
196
<ClInclude Include =" ..\..\..\fly\net\socket\listen_socket.hpp" />
196
- <ClInclude Include =" ..\..\..\fly\net\socket\socket_concepts.hpp" />
197
197
<ClInclude Include =" ..\..\..\fly\net\socket\socket_service.hpp" />
198
- <ClInclude Include =" ..\..\..\fly\net\socket\socket_types.hpp" />
199
198
<ClInclude Include =" ..\..\..\fly\net\socket\tcp_socket.hpp" />
199
+ <ClInclude Include =" ..\..\..\fly\net\socket\types.hpp" />
200
200
<ClInclude Include =" ..\..\..\fly\net\socket\udp_socket.hpp" />
201
201
<ClInclude Include =" ..\..\..\fly\parser\ini_parser.hpp" />
202
202
<ClInclude Include =" ..\..\..\fly\parser\json_parser.hpp" />
Original file line number Diff line number Diff line change 163
163
<ClInclude Include =" ..\..\..\fly\net\network_config.hpp" >
164
164
<Filter >net</Filter >
165
165
</ClInclude >
166
- <ClInclude Include =" ..\..\..\fly\net\socket\listen_socket .hpp" >
166
+ <ClInclude Include =" ..\..\..\fly\net\socket\concepts .hpp" >
167
167
<Filter >net\socket</Filter >
168
168
</ClInclude >
169
- <ClInclude Include =" ..\..\..\fly\net\socket\socket_concepts .hpp" >
169
+ <ClInclude Include =" ..\..\..\fly\net\socket\listen_socket .hpp" >
170
170
<Filter >net\socket</Filter >
171
171
</ClInclude >
172
172
<ClInclude Include =" ..\..\..\fly\net\socket\socket_service.hpp" >
173
173
<Filter >net\socket</Filter >
174
174
</ClInclude >
175
- <ClInclude Include =" ..\..\..\fly\net\socket\socket_types .hpp" >
175
+ <ClInclude Include =" ..\..\..\fly\net\socket\tcp_socket .hpp" >
176
176
<Filter >net\socket</Filter >
177
177
</ClInclude >
178
- <ClInclude Include =" ..\..\..\fly\net\socket\tcp_socket .hpp" >
178
+ <ClInclude Include =" ..\..\..\fly\net\socket\types .hpp" >
179
179
<Filter >net\socket</Filter >
180
180
</ClInclude >
181
181
<ClInclude Include =" ..\..\..\fly\net\socket\udp_socket.hpp" >
Original file line number Diff line number Diff line change 3
3
#include " fly/fly.hpp"
4
4
#include " fly/net/ipv4_address.hpp"
5
5
#include " fly/net/ipv6_address.hpp"
6
- #include " fly/net/socket/socket_concepts .hpp"
7
- #include " fly/net/socket/socket_types .hpp"
6
+ #include " fly/net/socket/concepts .hpp"
7
+ #include " fly/net/socket/types .hpp"
8
8
#include " fly/types/string/lexer.hpp"
9
9
#include " fly/types/string/string.hpp"
10
10
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include " fly/net/socket/socket_concepts .hpp"
4
- #include " fly/net/socket/socket_types .hpp"
3
+ #include " fly/net/socket/concepts .hpp"
4
+ #include " fly/net/socket/types .hpp"
5
5
6
6
#include < cstdint>
7
7
#include < memory>
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include " fly/net/socket/socket_concepts .hpp"
4
- #include " fly/net/socket/socket_types .hpp"
3
+ #include " fly/net/socket/concepts .hpp"
4
+ #include " fly/net/socket/types .hpp"
5
5
6
6
#include < chrono>
7
7
#include < cstddef>
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
+ #include " fly/net/socket/concepts.hpp"
3
4
#include " fly/net/socket/detail/base_socket.hpp"
4
- #include " fly/net/socket/socket_concepts.hpp"
5
5
6
6
#include < functional>
7
7
#include < memory>
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
- #include " fly/net/socket/socket_concepts .hpp"
4
- #include " fly/net/socket/socket_types .hpp"
3
+ #include " fly/net/socket/concepts .hpp"
4
+ #include " fly/net/socket/types .hpp"
5
5
6
6
#include < functional>
7
7
#include < memory>
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
+ #include " fly/net/socket/concepts.hpp"
3
4
#include " fly/net/socket/detail/base_socket.hpp"
4
- #include " fly/net/socket/socket_concepts.hpp"
5
- #include " fly/net/socket/socket_types.hpp"
5
+ #include " fly/net/socket/types.hpp"
6
6
7
7
#include < cstddef>
8
8
#include < functional>
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
#pragma once
2
2
3
+ #include " fly/net/socket/concepts.hpp"
3
4
#include " fly/net/socket/detail/base_socket.hpp"
4
- #include " fly/net/socket/socket_concepts.hpp"
5
- #include " fly/net/socket/socket_types.hpp"
5
+ #include " fly/net/socket/types.hpp"
6
6
7
7
#include < cstddef>
8
8
#include < functional>
Original file line number Diff line number Diff line change 9
9
#include " fly/net/ipv6_address.hpp"
10
10
#include " fly/net/network_config.hpp"
11
11
#include " fly/net/socket/socket_service.hpp"
12
- #include " fly/net/socket/socket_types.hpp"
13
12
#include " fly/net/socket/tcp_socket.hpp"
13
+ #include " fly/net/socket/types.hpp"
14
14
#include " fly/task/task_manager.hpp"
15
15
#include " fly/task/task_runner.hpp"
16
16
Original file line number Diff line number Diff line change 2
2
3
3
#include " fly/fly.hpp"
4
4
#include " fly/net/network_config.hpp"
5
+ #include " fly/net/socket/concepts.hpp"
5
6
#include " fly/net/socket/detail/socket_operations.hpp"
6
- #include " fly/net/socket/socket_concepts.hpp"
7
- #include " fly/net/socket/socket_types.hpp"
7
+ #include " fly/net/socket/types.hpp"
8
8
#include " fly/types/concurrency/concurrent_queue.hpp"
9
9
10
10
#include " catch2/catch_test_macros.hpp"
Original file line number Diff line number Diff line change 10
10
#include " fly/net/network_config.hpp"
11
11
#include " fly/net/socket/listen_socket.hpp"
12
12
#include " fly/net/socket/socket_service.hpp"
13
- #include " fly/net/socket/socket_types .hpp"
13
+ #include " fly/net/socket/types .hpp"
14
14
#include " fly/task/task_manager.hpp"
15
15
#include " fly/task/task_runner.hpp"
16
16
#include " fly/types/string/string.hpp"
Original file line number Diff line number Diff line change 9
9
#include " fly/net/ipv6_address.hpp"
10
10
#include " fly/net/network_config.hpp"
11
11
#include " fly/net/socket/socket_service.hpp"
12
- #include " fly/net/socket/socket_types .hpp"
12
+ #include " fly/net/socket/types .hpp"
13
13
#include " fly/task/task_manager.hpp"
14
14
#include " fly/task/task_runner.hpp"
15
15
#include " fly/types/string/string.hpp"
You can’t perform that action at this time.
0 commit comments