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

@@ -23,7 +23,7 @@
using namespace std;
using namespace winstd;
eap::peer_base<eap::config_method_pap, eap::credentials_pap, void, void> g_module(eap_type_undefined);
eap::module g_module;
static int CredWrite()