eapol/eapol_framework/eapol_common/include/abs_eap_configuration_if.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
equal deleted inserted replaced
45:bad0cc58d154 46:c74b3d9f6b9e
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: %
    19 * %version: 7 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_ABS_EAPOL_WLAN_CONFIGURATION_REFERENCE_IF_H_)
    22 #if !defined(_ABS_EAPOL_WLAN_CONFIGURATION_REFERENCE_IF_H_)
    23 #define _ABS_EAPOL_WLAN_CONFIGURATION_REFERENCE_IF_H_
    23 #define _ABS_EAPOL_WLAN_CONFIGURATION_REFERENCE_IF_H_
    24 
    24 
    46 
    46 
    47 	//--------------------------------------------------
    47 	//--------------------------------------------------
    48 public:
    48 public:
    49 	//--------------------------------------------------
    49 	//--------------------------------------------------
    50 
    50 
    51 	/* The destructor does nothing */
       
    52 	virtual ~abs_eap_configuration_if_c()
       
    53 	{
       
    54 	};
       
    55 	
       
    56 #if defined(USE_EAP_SIMPLE_CONFIG)
    51 #if defined(USE_EAP_SIMPLE_CONFIG)
    57 	/**
    52 	/**
    58 	 * This function tells AM to save SIMPLE_CONFIG configuration parameters.
    53 	 * This function tells AM to save SIMPLE_CONFIG configuration parameters.
    59 	 * This is always syncronous call.
    54 	 * This is always syncronous call.
    60 	 */
    55 	 */