equal
deleted
inserted
replaced
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". |
114 // ECOM |
114 // ECOM |
115 // ---------------------------------------------------------------------------- |
115 // ---------------------------------------------------------------------------- |
116 |
116 |
117 const TImplementationProxy ImplementationTable[] = |
117 const TImplementationProxy ImplementationTable[] = |
118 { |
118 { |
119 #ifdef __EABI__ |
119 IMPLEMENTATION_PROXY_ENTRY( 0x10281F23, NotifierArray ) |
120 {{0x10281F23},(TFuncPtr)NotifierArray}, |
|
121 #else |
|
122 {{0x10281F23},NotifierArray}, |
|
123 #endif |
|
124 }; |
120 }; |
125 |
121 |
126 EXPORT_C const TImplementationProxy* ImplementationGroupProxy( |
122 EXPORT_C const TImplementationProxy* ImplementationGroupProxy( |
127 TInt& aTableCount) |
123 TInt& aTableCount) |
128 { |
124 { |