File tree 5 files changed +3
-3
lines changed
5 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ static_library("secure_channel") {
11
11
" PASESession.cpp" ,
12
12
" PASESession.h" ,
13
13
" RendezvousParameters.h" ,
14
+ " SessionEstablishmentDelegate.h" ,
14
15
" SessionEstablishmentExchangeDispatch.cpp" ,
15
16
" SessionEstablishmentExchangeDispatch.h" ,
16
17
" StatusReport.cpp" ,
Original file line number Diff line number Diff line change 34
34
#include < messaging/ExchangeContext.h>
35
35
#include < messaging/ExchangeDelegate.h>
36
36
#include < protocols/secure_channel/Constants.h>
37
+ #include < protocols/secure_channel/SessionEstablishmentDelegate.h>
37
38
#include < protocols/secure_channel/SessionEstablishmentExchangeDispatch.h>
38
39
#include < support/Base64.h>
39
40
#include < system/SystemPacketBuffer.h>
40
41
#include < transport/PairingSession.h>
41
42
#include < transport/PeerConnectionState.h>
42
43
#include < transport/SecureSession.h>
43
- #include < transport/SessionEstablishmentDelegate.h>
44
44
#include < transport/raw/MessageHeader.h>
45
45
#include < transport/raw/PeerAddress.h>
46
46
Original file line number Diff line number Diff line change 34
34
#include < messaging/ExchangeDelegate.h>
35
35
#include < messaging/ExchangeMessageDispatch.h>
36
36
#include < protocols/secure_channel/Constants.h>
37
+ #include < protocols/secure_channel/SessionEstablishmentDelegate.h>
37
38
#include < protocols/secure_channel/SessionEstablishmentExchangeDispatch.h>
38
39
#include < support/Base64.h>
39
40
#include < system/SystemPacketBuffer.h>
40
41
#include < transport/PairingSession.h>
41
42
#include < transport/PeerConnectionState.h>
42
43
#include < transport/SecureSession.h>
43
- #include < transport/SessionEstablishmentDelegate.h>
44
44
#include < transport/raw/MessageHeader.h>
45
45
#include < transport/raw/PeerAddress.h>
46
46
File renamed without changes.
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ static_library("transport") {
33
33
" SecureSession.h" ,
34
34
" SecureSessionMgr.cpp" ,
35
35
" SecureSessionMgr.h" ,
36
- " SessionEstablishmentDelegate.h" ,
37
36
" TransportMgr.h" ,
38
37
" TransportMgrBase.cpp" ,
39
38
" TransportMgrBase.h" ,
You can’t perform that action at this time.
0 commit comments