eapol/eapol_framework/eapol_symbian/am/include/EapSimInterface.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: 9.1.2 %
    19 * %version: 13 %
    20 */
    20 */
    21 
    21 
    22 #ifndef _EAPSIMINTERFACE_H_
    22 #ifndef _EAPSIMINTERFACE_H_
    23 #define _EAPSIMINTERFACE_H_
    23 #define _EAPSIMINTERFACE_H_
    24 
    24 
    86 private:
    86 private:
    87 	
    87 	
    88 	// Creates the MMETel connection and loads the phone module.
    88 	// Creates the MMETel connection and loads the phone module.
    89 	TInt CreateMMETelConnectionL();
    89 	TInt CreateMMETelConnectionL();
    90 
    90 
       
    91 	void DisconnectMMETel();
       
    92 
    91 private:
    93 private:
    92 
    94 
    93 	eap_am_type_gsmsim_symbian_c * const iParent;
    95 	eap_am_type_gsmsim_symbian_c * const iParent;
    94 	
    96 	
    95 	abs_eap_am_tools_c * const m_am_tools;
    97 	abs_eap_am_tools_c * const m_am_tools;