Virtual method implementations moved to .cpp files
get_method_id() now const
This commit is contained in:
@@ -75,6 +75,11 @@ eap::credentials_ttls& eap::credentials_ttls::operator=(_Inout_ credentials_ttls
|
||||
}
|
||||
|
||||
|
||||
eap::config* eap::credentials_ttls::clone() const
|
||||
{
|
||||
return new credentials_ttls(*this);
|
||||
}
|
||||
|
||||
|
||||
void eap::credentials_ttls::clear()
|
||||
{
|
||||
@@ -90,7 +95,6 @@ bool eap::credentials_ttls::empty() const
|
||||
}
|
||||
|
||||
|
||||
|
||||
DWORD eap::credentials_ttls::load(_In_ IXMLDOMNode *pConfigRoot, _Out_ EAP_ERROR **ppEapError)
|
||||
{
|
||||
assert(pConfigRoot);
|
||||
|
Reference in New Issue
Block a user