landmarks/locationlandmarks/tsrc/LandmarkTestModule/TestProvider/src/DbManPluginsTestMain.cpp
branchRCL_3
changeset 44 2b4ea9893b66
equal deleted inserted replaced
42:02ba3f1733c6 44:2b4ea9893b66
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *   ?description_line
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 // INCLUDE FILES
       
    21 #include <ImplementationProxy.h>
       
    22 #include "FT_LandmarksDbManagerUids.hrh"
       
    23 //#include "CDbManTestPlugin1.h"
       
    24 #include "CDbManTestPluginBase.h"
       
    25 //#include "CDbManTestPlugin2.h"
       
    26 //#include "CDbManTestPlugin3.h"
       
    27 
       
    28 // ==================== LOCAL FUNCTIONS ====================
       
    29 
       
    30 // Define the interface UIDs
       
    31 const TImplementationProxy KPosLmLocalImplTable[] = 
       
    32     {
       
    33     IMPLEMENTATION_PROXY_ENTRY(0x04440011, CDbManTestPluginBase::NewL),
       
    34     //IMPLEMENTATION_PROXY_ENTRY(0x04440012, CDbManTestPlugin2::NewL),
       
    35     //IMPLEMENTATION_PROXY_ENTRY(0x04440013, CDbManTestPlugin3::NewL)
       
    36     };
       
    37 
       
    38 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
       
    39     {
       
    40     aTableCount = sizeof(KPosLmLocalImplTable) / sizeof(TImplementationProxy);
       
    41 
       
    42     return KPosLmLocalImplTable;
       
    43     }
       
    44 
       
    45 //  End of File