diff -r 093cf0757204 -r 938269283a16 eapol/eapol_framework/eapol_symbian/am/type/protected_setup/EapProtectedSetupInterface.cpp --- a/eapol/eapol_framework/eapol_symbian/am/type/protected_setup/EapProtectedSetupInterface.cpp Fri May 14 15:54:13 2010 +0300 +++ b/eapol/eapol_framework/eapol_symbian/am/type/protected_setup/EapProtectedSetupInterface.cpp Fri Jun 11 13:40:22 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 8 % +* %version: 6.1.2 % */ // This is enumeration of EAPOL source code. @@ -36,7 +36,7 @@ // ================= MEMBER FUNCTIONS ======================= -CEapProtectedSetupInterface::CEapProtectedSetupInterface(abs_eap_am_tools_c* const aTools, eap_am_type_protected_setup_symbian_c* const aParent) +CEapProtectedSetupInterface::CEapProtectedSetupInterface(abs_eap_am_tools_c* const aTools, CEapAmProtectedSetupSymbian* const aParent) : CActive(CActive::EPriorityStandard) , iParent(aParent) , m_am_tools(aTools) @@ -50,7 +50,7 @@ //-------------------------------------------------- CEapProtectedSetupInterface* CEapProtectedSetupInterface::NewL(abs_eap_am_tools_c* const aTools, - eap_am_type_protected_setup_symbian_c* const aParent) + CEapAmProtectedSetupSymbian* const aParent) { CEapProtectedSetupInterface* self = new(ELeave) CEapProtectedSetupInterface(aTools, aParent); CleanupStack::PushL(self);