eapol/eapol_framework/eapol_common/include/abs_eap_stack_interface.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: 2.1.2 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_ABS_EAP_STACK_INTERFACE_H_)
    22 #if !defined(_ABS_EAP_STACK_INTERFACE_H_)
    23 #define _ABS_EAP_STACK_INTERFACE_H_
    23 #define _ABS_EAP_STACK_INTERFACE_H_
    24 
    24 
    54 
    54 
    55 	/**
    55 	/**
    56 	 * The destructor of the abs_eap_stack_interface_c class does nothing special.
    56 	 * The destructor of the abs_eap_stack_interface_c class does nothing special.
    57 	 */
    57 	 */
    58 	virtual ~abs_eap_stack_interface_c()
    58 	virtual ~abs_eap_stack_interface_c()
    59 	{
    59 		{
    60 	}
    60 		}
    61 
    61 
    62 	/**
    62 	/**
    63 	 * The constructor of the abs_eap_stack_interface_c does nothing special.
    63 	 * The constructor of the abs_eap_stack_interface_c does nothing special.
    64 	 */
    64 	 */
    65 	abs_eap_stack_interface_c()
    65 	abs_eap_stack_interface_c()
    66 	{
    66 		{
    67 	}
    67 		}
    68 
    68 
    69 	/**
    69 	/**
    70 	 * The configure() function is called after the constructor of the 
    70 	 * The configure() function is called after the constructor of the 
    71 	 * object is successfully executed. During the function call the object 
    71 	 * object is successfully executed. During the function call the object 
    72 	 * could query the configuration. Each derived class must define this function.
    72 	 * could query the configuration. Each derived class must define this function.