Virtual method implementations moved to .cpp files
get_method_id() now const
This commit is contained in:
@@ -69,6 +69,11 @@ eap::credentials_tls& eap::credentials_tls::operator=(_Inout_ credentials_tls &&
|
||||
}
|
||||
|
||||
|
||||
eap::config* eap::credentials_tls::clone() const
|
||||
{
|
||||
return new credentials_tls(*this);
|
||||
}
|
||||
|
||||
|
||||
void eap::credentials_tls::clear()
|
||||
{
|
||||
@@ -83,7 +88,6 @@ bool eap::credentials_tls::empty() const
|
||||
}
|
||||
|
||||
|
||||
|
||||
DWORD eap::credentials_tls::save(_In_ IXMLDOMDocument *pDoc, _In_ IXMLDOMNode *pConfigRoot, _Out_ EAP_ERROR **ppEapError) const
|
||||
{
|
||||
const bstr bstrNamespace(L"urn:ietf:params:xml:ns:yang:ietf-eap-metadata");
|
||||
@@ -100,7 +104,6 @@ DWORD eap::credentials_tls::save(_In_ IXMLDOMDocument *pDoc, _In_ IXMLDOMNode *p
|
||||
}
|
||||
|
||||
|
||||
|
||||
DWORD eap::credentials_tls::load(_In_ IXMLDOMNode *pConfigRoot, _Out_ EAP_ERROR **ppEapError)
|
||||
{
|
||||
assert(pConfigRoot);
|
||||
|
Reference in New Issue
Block a user