diff -r e863583e6720 -r c23bdf5a328a eapol/eapol_framework/eapol_symbian/eap_server/src/eap_am_general_settings_symbian.cpp --- a/eapol/eapol_framework/eapol_symbian/eap_server/src/eap_am_general_settings_symbian.cpp Fri Sep 17 08:30:11 2010 +0300 +++ b/eapol/eapol_framework/eapol_symbian/eap_server/src/eap_am_general_settings_symbian.cpp Mon Oct 04 00:19:54 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 60 % +* %version: 61 % */ #include "eap_tools.h" @@ -2084,7 +2084,8 @@ TRAP(error, (eapType = CEapTypePlugin::NewL( tunneled_plugins[ind_inner]->GetValue(), static_cast(internal_settings->m_IndexType), - internal_settings->m_Index))); + internal_settings->m_Index, + m_am_tools))); // This will automatically delete eapType. eap_automatic_variable_c automatic_eap_type( @@ -2167,7 +2168,8 @@ TRAP(error, (eapType = CEapTypePlugin::NewL( plugins_array[ind_outer]->GetValue(), static_cast(internal_settings->m_IndexType), - internal_settings->m_Index))); + internal_settings->m_Index, + m_am_tools))); // This will automatically delete eapType. eap_automatic_variable_c automatic_eap_type( @@ -2471,7 +2473,8 @@ TRAP(error, (eapType = CEapTypePlugin::NewL( tunneled_plugins[ind_inner]->GetValue(), static_cast(internal_settings->m_IndexType), - internal_settings->m_Index))); + internal_settings->m_Index, + m_am_tools))); // This will automatically delete eapType. eap_automatic_variable_c automatic_eap_type( @@ -2564,7 +2567,8 @@ TRAP(error, (eapType = CEapTypePlugin::NewL( plugins[ind_outer]->GetValue(), static_cast(internal_settings->m_IndexType), - internal_settings->m_Index))); + internal_settings->m_Index, + m_am_tools))); // This will automatically delete eapType. eap_automatic_variable_c automatic_eap_type(