eapol/eapol_framework/eapol_symbian/am/type/mschapv2/symbian/plugin/src/EapMsChapV2Proxy.cpp
branchRCL_3
changeset 19 c74b3d9f6b9e
parent 18 bad0cc58d154
equal deleted inserted replaced
18:bad0cc58d154 19:c74b3d9f6b9e
    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.1.5 %
    19 * %version: 16 %
    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
    30 
    30 
    31 // INCLUDE FILES
    31 // INCLUDE FILES
    32 #include "EapMsChapV2.h"
    32 #include "EapMsChapV2.h"
    33 #include <e32base.h>
    33 #include <e32base.h>
    34 #include <ecom/implementationproxy.h>
    34 #include <ecom/implementationproxy.h>
    35 #include "EapTraceSymbian.h"
       
    36 
    35 
    37 #include "EapolUID.h"
    36 #include "EapolUID.h"
    38 
    37 
    39 const TImplementationProxy ImplementationTable[] = 
    38 const TImplementationProxy ImplementationTable[] = 
    40 {
    39 {
    44 
    43 
    45 // ================= OTHER EXPORTED FUNCTIONS ==============
    44 // ================= OTHER EXPORTED FUNCTIONS ==============
    46 
    45 
    47 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
    46 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
    48 {
    47 {
    49 	EAP_TRACE_DEBUG_SYMBIAN((_L("ImplementationGroupProxy(): CEapMsChapV2\n")));
       
    50 	EAP_TRACE_RETURN_STRING_SYMBIAN(_L("returns: ImplementationGroupProxy(): CEapMsChapV2\n"));
       
    51 
       
    52 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
    48 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
    53 
    49 
    54 	return ImplementationTable;
    50 	return ImplementationTable;
    55 }
    51 }
    56 
    52