eapol/eapol_framework/eapol_symbian/am/type/aka/symbian/plugin/src/EapAka.cpp
changeset 49 43351a4f2da3
parent 34 ad1f037f1ac2
equal deleted inserted replaced
47:712b4ffd76bb 49:43351a4f2da3
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 25 %
    19 * %version: 29 %
    20 */
    20 */
    21 
    21 
    22 // This is enumeration of EAPOL source code.
    22 // This is enumeration of EAPOL source code.
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    23 #if defined(USE_EAP_MINIMUM_RELEASE_TRACES)
    24 	#undef EAP_FILE_NUMBER_ENUM
    24 	#undef EAP_FILE_NUMBER_ENUM
    60 {
    60 {
    61 }
    61 }
    62 
    62 
    63 // ----------------------------------------------------------
    63 // ----------------------------------------------------------
    64 
    64 
    65 CEapAka* CEapAka::NewL(SIapInfo *aIapInfo)
    65 CEapAka* CEapAka::NewL(SPluginInfo *aIapInfo)
    66 {
    66 {
    67 	return new (ELeave) CEapAka(aIapInfo->indexType, aIapInfo->index);
    67 	return new (ELeave) CEapAka(aIapInfo->indexType, aIapInfo->index);
    68 }
    68 }
    69 
    69 
    70 // ----------------------------------------------------------
    70 // ----------------------------------------------------------
   342 
   342 
   343 	CleanupStack::PopAndDestroy(&db);
   343 	CleanupStack::PopAndDestroy(&db);
   344 	CleanupStack::PopAndDestroy(&session);
   344 	CleanupStack::PopAndDestroy(&session);
   345 }
   345 }
   346 
   346 
       
   347 // ----------------------------------------------------------
       
   348 
       
   349 TInt CEapAka::InitialisePacStore(AbsPacStoreInitializer * const /* initializer */)
       
   350 {
       
   351 	return KErrNone;
       
   352 }
       
   353 
       
   354 // ----------------------------------------------------------
       
   355 
   347 // End of file
   356 // End of file