eap::type_t >> winstd::eap_type_t
This commit is contained in:
@@ -164,7 +164,7 @@ namespace eap
|
||||
///
|
||||
/// \returns `eap::type_tls`
|
||||
///
|
||||
virtual eap::type_t get_method_id() const;
|
||||
virtual winstd::eap_type_t get_method_id() const;
|
||||
|
||||
///
|
||||
/// Adds CA to the list of trusted root CA's
|
||||
|
@@ -281,9 +281,9 @@ void eap::config_method_tls::operator>>(_Inout_ cursor_in &cursor)
|
||||
}
|
||||
|
||||
|
||||
eap::type_t eap::config_method_tls::get_method_id() const
|
||||
eap_type_t eap::config_method_tls::get_method_id() const
|
||||
{
|
||||
return type_tls;
|
||||
return eap_type_tls;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user