pEapOutput Prefast specifier for set_response_attributes() methods changed
# Conflicts: # lib/EAPBase/include/Method.h # lib/EAPBase/src/Method.cpp # lib/TTLS/include/Method.h # lib/TTLS/src/Method.cpp
This commit is contained in:
parent
f71ff1fb8c
commit
d08488d916
@ -781,7 +781,7 @@ namespace eap
|
|||||||
virtual void set_response_attributes(
|
virtual void set_response_attributes(
|
||||||
_In_ EAP_SESSION_HANDLE hSession,
|
_In_ EAP_SESSION_HANDLE hSession,
|
||||||
_In_ const EapAttributes *pAttribs,
|
_In_ const EapAttributes *pAttribs,
|
||||||
_Inout_ EapPeerMethodOutput *pEapOutput) = 0;
|
_Out_ EapPeerMethodOutput *pEapOutput) = 0;
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
};
|
};
|
||||||
|
@ -209,7 +209,7 @@ namespace eap
|
|||||||
virtual void set_response_attributes(
|
virtual void set_response_attributes(
|
||||||
_In_ EAP_SESSION_HANDLE hSession,
|
_In_ EAP_SESSION_HANDLE hSession,
|
||||||
_In_ const EapAttributes *pAttribs,
|
_In_ const EapAttributes *pAttribs,
|
||||||
_Inout_ EapPeerMethodOutput *pEapOutput);
|
_Out_ EapPeerMethodOutput *pEapOutput);
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
||||||
|
@ -334,9 +334,9 @@ void eap::peer_ttls::get_response_attributes(
|
|||||||
|
|
||||||
|
|
||||||
void eap::peer_ttls::set_response_attributes(
|
void eap::peer_ttls::set_response_attributes(
|
||||||
_In_ EAP_SESSION_HANDLE hSession,
|
_In_ EAP_SESSION_HANDLE hSession,
|
||||||
_In_ const EapAttributes *pAttribs,
|
_In_ const EapAttributes *pAttribs,
|
||||||
_Inout_ EapPeerMethodOutput *pEapOutput)
|
_Out_ EapPeerMethodOutput *pEapOutput)
|
||||||
{
|
{
|
||||||
UNREFERENCED_PARAMETER(hSession);
|
UNREFERENCED_PARAMETER(hSession);
|
||||||
UNREFERENCED_PARAMETER(pAttribs);
|
UNREFERENCED_PARAMETER(pAttribs);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user