Skip to content

Commit 1194419

Browse files
yufengwangcapull[bot]
authored andcommitted
Move SessionEstablishmentDelegate.h from transport to secure_channel (#7133)
1 parent 6fc4036 commit 1194419

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

src/protocols/secure_channel/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ static_library("secure_channel") {
1111
"PASESession.cpp",
1212
"PASESession.h",
1313
"RendezvousParameters.h",
14+
"SessionEstablishmentDelegate.h",
1415
"SessionEstablishmentExchangeDispatch.cpp",
1516
"SessionEstablishmentExchangeDispatch.h",
1617
"StatusReport.cpp",

src/protocols/secure_channel/CASESession.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
#include <messaging/ExchangeContext.h>
3535
#include <messaging/ExchangeDelegate.h>
3636
#include <protocols/secure_channel/Constants.h>
37+
#include <protocols/secure_channel/SessionEstablishmentDelegate.h>
3738
#include <protocols/secure_channel/SessionEstablishmentExchangeDispatch.h>
3839
#include <support/Base64.h>
3940
#include <system/SystemPacketBuffer.h>
4041
#include <transport/PairingSession.h>
4142
#include <transport/PeerConnectionState.h>
4243
#include <transport/SecureSession.h>
43-
#include <transport/SessionEstablishmentDelegate.h>
4444
#include <transport/raw/MessageHeader.h>
4545
#include <transport/raw/PeerAddress.h>
4646

src/protocols/secure_channel/PASESession.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
#include <messaging/ExchangeDelegate.h>
3535
#include <messaging/ExchangeMessageDispatch.h>
3636
#include <protocols/secure_channel/Constants.h>
37+
#include <protocols/secure_channel/SessionEstablishmentDelegate.h>
3738
#include <protocols/secure_channel/SessionEstablishmentExchangeDispatch.h>
3839
#include <support/Base64.h>
3940
#include <system/SystemPacketBuffer.h>
4041
#include <transport/PairingSession.h>
4142
#include <transport/PeerConnectionState.h>
4243
#include <transport/SecureSession.h>
43-
#include <transport/SessionEstablishmentDelegate.h>
4444
#include <transport/raw/MessageHeader.h>
4545
#include <transport/raw/PeerAddress.h>
4646

src/transport/BUILD.gn

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ static_library("transport") {
3333
"SecureSession.h",
3434
"SecureSessionMgr.cpp",
3535
"SecureSessionMgr.h",
36-
"SessionEstablishmentDelegate.h",
3736
"TransportMgr.h",
3837
"TransportMgrBase.cpp",
3938
"TransportMgrBase.h",

0 commit comments

Comments
 (0)