bluetoothengine/btui/btcpplugin/btuiviewutil.h
changeset 33 837dcc42fd6a
child 40 997690c3397a
equal deleted inserted replaced
19:43824b19ee35 33:837dcc42fd6a
       
     1 /*
       
     2 * ============================================================================
       
     3 *  Name        : btuiviewutil.h
       
     4 *  Description : utilities in the view for some often used functions, 
       
     5 *
       
     6 *  Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     7 *  All rights reserved.
       
     8 *  This component and the accompanying materials are made available
       
     9 *  under the terms of "Eclipse Public License v1.0"
       
    10 *  which accompanies this distribution, and is available
       
    11 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    12 *
       
    13 *  Initial Contributors:
       
    14 *  Nokia Corporation - initial contribution.
       
    15 *
       
    16 *  Contributors:
       
    17 *  Nokia Corporation
       
    18 * ============================================================================
       
    19 * Template version: 4.2
       
    20 */
       
    21 
       
    22 #ifndef BTUIVIEWUTIL_H
       
    23 #define BTUIVIEWUTIL_H
       
    24 
       
    25 enum ViewIndex {
       
    26     MainView,
       
    27     SearchView, 
       
    28     DeviceView,
       
    29     LastView
       
    30 };
       
    31 
       
    32 
       
    33 
       
    34 #endif // BTUIVIEWUTIL_H