eapol/eapol_framework/eapol_symbian/am/eap_test_timer/symbian/eap_test_timer.cpp
branchCompilerCompatibility
changeset 14 3f122ca50ab9
parent 2 1c7bc153c08e
equal deleted inserted replaced
13:5431fd16d0e9 14:3f122ca50ab9
    48 
    48 
    49 
    49 
    50 _LIT(K_eap_test_timer,"eap_test_timer");
    50 _LIT(K_eap_test_timer,"eap_test_timer");
    51 
    51 
    52 
    52 
    53 eap_status_e eap_am_tools_symbian_c::start_timer_thread()
    53 EAP_FUNC_EXPORT eap_status_e eap_am_tools_symbian_c::start_timer_thread()
    54 { 
    54 { 
    55 	EAP_TRACE_DEBUG(this, TRACE_FLAGS_DEFAULT, (EAPL("Create timer thread.\n")));
    55 	EAP_TRACE_DEBUG(this, TRACE_FLAGS_DEFAULT, (EAPL("Create timer thread.\n")));
    56 
    56 
    57 	RThread thread;
    57 	RThread thread;
    58 
    58 
    79 	}
    79 	}
    80 	return eap_status_ok;
    80 	return eap_status_ok;
    81 }
    81 }
    82 
    82 
    83 
    83 
    84 eap_status_e eap_am_tools_symbian_c::stop_timer_thread()
    84 EAP_FUNC_EXPORT eap_status_e eap_am_tools_symbian_c::stop_timer_thread()
    85 {
    85 {
    86 	EAP_TRACE_DEBUG(this, TRACE_FLAGS_DEFAULT, (EAPL("Trigger timer thread stops.\n")));
    86 	EAP_TRACE_DEBUG(this, TRACE_FLAGS_DEFAULT, (EAPL("Trigger timer thread stops.\n")));
    87 
    87 
    88 	m_run_thread = false;
    88 	m_run_thread = false;
    89 
    89