config_method split into config_method and config_method_with_cred<>
This commit is contained in:
@@ -54,7 +54,7 @@ namespace eap
|
||||
|
||||
namespace eap
|
||||
{
|
||||
class config_method_tls : public config_method
|
||||
class config_method_tls : public config_method_with_cred<credentials_tls>
|
||||
{
|
||||
public:
|
||||
///
|
||||
@@ -159,11 +159,6 @@ namespace eap
|
||||
|
||||
/// @}
|
||||
|
||||
///
|
||||
/// Makes new set of credentials for the given method type
|
||||
///
|
||||
virtual credentials* make_credentials() const;
|
||||
|
||||
///
|
||||
/// Returns EAP method type of this configuration
|
||||
///
|
||||
|
Reference in New Issue
Block a user