eap::config_provider detemplatization

This commit is contained in:
2016-07-20 16:16:55 +02:00
parent 780b738842
commit a7d75ea72d
6 changed files with 45 additions and 30 deletions

View File

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

View File

@@ -20,6 +20,7 @@
#pragma once
#include "../lib/PAP/include/Config.h"
#include "../lib/PAP/include/Credentials.h"
#include "../lib/EAPBase/include/Module.h"