mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-19 18:30:34 +08:00
add: added connection handler file
This commit is contained in:
parent
05b2b5ccaf
commit
36d82303a4
@ -84,9 +84,10 @@ Qv2rayAddSource(core, config, ConfigUpgrade, cpp)
|
||||
Qv2rayAddSource(core, connection, ConnectionIO, cpp, hpp)
|
||||
Qv2rayAddSource(core, connection, Generation, cpp, hpp)
|
||||
Qv2rayAddSource(core, connection, Serialization, cpp, hpp)
|
||||
Qv2rayAddSource(core, _, CoreUtils, cpp, hpp)
|
||||
Qv2rayAddSource(core, kernel, KernelInteractions, cpp, hpp)
|
||||
Qv2rayAddSource(core, kernel, APIBackend, cpp, hpp)
|
||||
Qv2rayAddSource(core, handler, ConnectionHandler, cpp, hpp)
|
||||
Qv2rayAddSource(core, _, CoreUtils, cpp, hpp)
|
||||
Qv2rayAddSource(ui, editors, w_InboundEditor, cpp, hpp, ui)
|
||||
Qv2rayAddSource(ui, editors, w_JsonEditor, cpp, hpp, ui)
|
||||
Qv2rayAddSource(ui, editors, w_OutboundEditor, cpp, hpp, ui)
|
||||
|
@ -1 +1 @@
|
||||
3861
|
||||
3862
|
||||
|
0
src/core/handler/ConnectionHandler.cpp
Normal file
0
src/core/handler/ConnectionHandler.cpp
Normal file
1
src/core/handler/ConnectionHandler.hpp
Normal file
1
src/core/handler/ConnectionHandler.hpp
Normal file
@ -0,0 +1 @@
|
||||
#pragma once
|
Loading…
Reference in New Issue
Block a user