eapol/eapol_framework/eapol_common/type/tls_peap/tls/include/tls_base_application.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: 23.1.2 %
    19 * %version: 25 %
    20 */
    20 */
    21 
    21 
    22 #if !defined(_TLS_BASE_APPLICATION_H_)
    22 #if !defined(_TLS_BASE_APPLICATION_H_)
    23 #define _TLS_BASE_APPLICATION_H_
    23 #define _TLS_BASE_APPLICATION_H_
    24 
    24 
    57 	//--------------------------------------------------
    57 	//--------------------------------------------------
    58 
    58 
    59 	/**
    59 	/**
    60 	 * Destructor does nothing special.
    60 	 * Destructor does nothing special.
    61 	 */
    61 	 */
    62 	EAP_FUNC_IMPORT virtual ~tls_base_application_c();
    62 	virtual ~tls_base_application_c();
    63 
    63 
    64 	/**
    64 	/**
    65 	 * Application partner is object below the tls_base_application_c object.
    65 	 * Application partner is object below the tls_base_application_c object.
    66 	 * @return The get_application_partner() function returns the pointer to the partner class.
    66 	 * @return The get_application_partner() function returns the pointer to the partner class.
    67 	 */
    67 	 */