eap::module is no longer abstract

This commit is contained in:
2016-08-05 13:18:25 +02:00
parent 4fc029138c
commit a60458cdab
4 changed files with 17 additions and 3 deletions

View File

@@ -42,6 +42,8 @@ namespace eap
///
/// Constructs a EAP UI peer module for the given EAP type
///
/// \param[in] eap_method EAP method type ID
///
peer_ui(_In_ winstd::eap_type_t eap_method) : peer_base<_Tmeth, _Tcred, _Tint, _Tintres>(eap_method) {}
///