eapol/eapol_framework/eapol_symbian/am/type/mschapv2/symbian/plugin/src/EapMsChapV2Proxy.cpp
changeset 33 938269283a16
parent 2 1c7bc153c08e
child 46 c74b3d9f6b9e
equal deleted inserted replaced
22:093cf0757204 33:938269283a16
    14 * Description:  EAP and WLAN authentication protocols.
    14 * Description:  EAP and WLAN authentication protocols.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 16 %
    19 * %version: 13.1.5 %
    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"
    35 
    36 
    36 #include "EapolUID.h"
    37 #include "EapolUID.h"
    37 
    38 
    38 const TImplementationProxy ImplementationTable[] = 
    39 const TImplementationProxy ImplementationTable[] = 
    39 {
    40 {
    43 
    44 
    44 // ================= OTHER EXPORTED FUNCTIONS ==============
    45 // ================= OTHER EXPORTED FUNCTIONS ==============
    45 
    46 
    46 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
    47 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
    47 {
    48 {
       
    49 	EAP_TRACE_DEBUG_SYMBIAN((_L("ImplementationGroupProxy(): CEapMsChapV2\n")));
       
    50 	EAP_TRACE_RETURN_STRING_SYMBIAN(_L("returns: ImplementationGroupProxy(): CEapMsChapV2\n"));
       
    51 
    48 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
    52 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
    49 
    53 
    50 	return ImplementationTable;
    54 	return ImplementationTable;
    51 }
    55 }
    52 
    56