presadap12/impsplugin/inc/PImpsAdapWVCspVersion.h
branchRCL_3
changeset 13 a941bc465d9f
parent 0 094583676ce7
equal deleted inserted replaced
12:6ca72c0fe49a 13:a941bc465d9f
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Wireless Village CSP version selector.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef __PIMPSADAPWVCSPVERSION_H__
       
    19 #define __PIMPSADAPWVCSPVERSION_H__
       
    20 
       
    21 //  INCLUDES
       
    22 #include <E32std.h>
       
    23 
       
    24 
       
    25 // DATA TYPES
       
    26 /**
       
    27  * WV CSP versions.
       
    28  *
       
    29  * @since 3.0
       
    30  */
       
    31 enum TImpsAdapWVCspVersion
       
    32     {
       
    33     EWVCspV11 = 11,
       
    34     EWVCspV12 = 12,
       
    35     EWVCspV13 = 13,
       
    36     };
       
    37 
       
    38 #endif      // __PIMPSADAPWVCSPVERSION_H__
       
    39 
       
    40 //  End of File
       
    41