eap::type_t >> winstd::eap_type_t

This commit is contained in:
2016-08-04 12:08:20 +02:00
parent 22a87bf90d
commit a102b43a19
17 changed files with 49 additions and 61 deletions

View File

@@ -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;
}