usbuis/usbuinotif/src/usbuinmain.cpp
branchRCL_3
changeset 64 8ecef05bbada
parent 3 47c263f7e521
child 79 25fce757be94
equal deleted inserted replaced
8:7e15987c4500 64:8ecef05bbada
     1 /*
     1 /*
     2  * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3  * All rights reserved.
     3  * All rights reserved.
     4  * This component and the accompanying materials are made available
     4  * This component and the accompanying materials are made available
     5  * under the terms of "Eclipse Public License v1.0"
     5  * under the terms of "Eclipse Public License v1.0"
     6  * which accompanies this distribution, and is available
     6  * which accompanies this distribution, and is available
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   126 // ECOM 
   126 // ECOM 
   127 // ----------------------------------------------------------------------------
   127 // ----------------------------------------------------------------------------
   128 
   128 
   129 const TImplementationProxy ImplementationTable[] =
   129 const TImplementationProxy ImplementationTable[] =
   130     {
   130     {
   131 #ifdef __EABI__
   131     IMPLEMENTATION_PROXY_ENTRY( 0x10281F23, NotifierArray )
   132     {{0x10281F23},(TFuncPtr)NotifierArray},
       
   133 #else
       
   134     {{0x10281F23},NotifierArray},
       
   135 #endif
       
   136     };
   132     };
   137 
   133 
   138 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
   134 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(
   139         TInt& aTableCount)
   135         TInt& aTableCount)
   140     {
   136     {