mpx/tsrc/public/basic/common/testplugins/inc/testcollectionplugintype.h
changeset 62 b276843a15ba
equal deleted inserted replaced
58:c76ea6caa649 62:b276843a15ba
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 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:  define collection collection plugin type enum
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef TESTCOLLECTIONPLUGINTYPE_H
       
    19 #define TESTCOLLECTIONPLUGINTYPE_H
       
    20 
       
    21 #include "testcommonpluginuids.h"
       
    22 
       
    23 // Collection Plugin Test Types.
       
    24 //
       
    25 enum TCollectionTestPluginType
       
    26     {
       
    27     ECollectionTestPluginType = KCollectionTestPluginType,
       
    28     ECollectionTestPluginType2 = KCollectionTestPluginType2,
       
    29     ECollectionTestPluginType3 = KCollectionTestPluginType3
       
    30     };
       
    31 
       
    32 
       
    33 #endif // TESTCOLLECTIONPLUGINTYPE_H