eapol/eapol_framework/eapol_symbian/eap_if/src/EapCoreInterfaceImplementation.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: 22 %
    19 * %version: 23 %
    20 */
    20 */
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #include <implementationproxy.h>
    24 #include <implementationproxy.h>
   251 // ---------------------------------------------------------
   251 // ---------------------------------------------------------
   252 // Returns an instance of the proxy table.
   252 // Returns an instance of the proxy table.
   253 // Returns: KErrNone
   253 // Returns: KErrNone
   254 // ---------------------------------------------------------
   254 // ---------------------------------------------------------
   255 //
   255 //
   256 EAP_FUNC_EXPORT const TImplementationProxy* ImplementationGroupProxy( TInt& aTableCount )
   256 EXPORT_C const TImplementationProxy* ImplementationGroupProxy( TInt& aTableCount )
   257     {
   257     {
   258     EAP_TRACE_DEBUG_SYMBIAN(
   258     EAP_TRACE_DEBUG_SYMBIAN(
   259             (_L("TImplementationProxy* ImplementationGroupProxy")));  
   259             (_L("TImplementationProxy* ImplementationGroupProxy")));  
   260 
   260 
   261     aTableCount = sizeof( ImplementationTable) / sizeof( TImplementationProxy );
   261     aTableCount = sizeof( ImplementationTable) / sizeof( TImplementationProxy );