omads/omadsextensions/adapters/inc/nsmldsimpluids.h
changeset 19 2691f6aa1921
parent 4 e6e896426eac
child 20 e1de7d03f843
equal deleted inserted replaced
4:e6e896426eac 19:2691f6aa1921
     1 /*
       
     2 * Copyright (c) 2002 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:  Implementation UIDs for ECOM plug-in adapters
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __NSMLIMPLUIDS_H__
       
    20 #define __NSMLIMPLUIDS_H__
       
    21 
       
    22 // ------------------------------------------------------------------------------------------------
       
    23 // Includes
       
    24 // ------------------------------------------------------------------------------------------------
       
    25 #include <e32base.h>
       
    26 
       
    27 // ------------------------------------------------------------------------------------------------
       
    28 //
       
    29 // ------------------------------------------------------------------------------------------------
       
    30 
       
    31 // Implementation UIDs for DS adapters
       
    32 const TUint KNSmlContactsAdapterImplUid = 0x101F6DDD;
       
    33 const TUint KNSmlAgendaAdapterImplUid = 0x101F6DDD+1;
       
    34 const TUint KNSmlEmailAdapterImplUid = 0x101F6DDD+2;
       
    35 // This one is for testing purposes only!
       
    36 const TUint KNSmlParamTestAdapterImplUid = 0x101F6DEB;
       
    37 
       
    38 #endif // __CNSMLIMPLUIDS_H__