eapol/eapol_framework/eapol_symbian/am/include/EapSimInterface.h
branchRCL_3
changeset 18 bad0cc58d154
parent 17 30e048a7b597
child 19 c74b3d9f6b9e
equal deleted inserted replaced
17:30e048a7b597 18:bad0cc58d154
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 13 %
    19 * %version: 9.1.2 %
    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 
       
    93 private:
    91 private:
    94 
    92 
    95 	eap_am_type_gsmsim_symbian_c * const iParent;
    93 	eap_am_type_gsmsim_symbian_c * const iParent;
    96 	
    94 	
    97 	abs_eap_am_tools_c * const m_am_tools;
    95 	abs_eap_am_tools_c * const m_am_tools;