location_plat/location_data_harvester_api/inc/locationservicedefines.h
branchRCL_3
changeset 17 1fc85118c3ae
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
       
     1 /*
       
     2 * Copyright (c) 2010 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: defines constants and types.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef LOCATIONSERVICEDEFINES_H
       
    20 #define LOCATIONSERVICEDEFINES_H
       
    21 
       
    22 /** Defines uid source type
       
    23  */
       
    24 enum TUidSourceType
       
    25 {
       
    26     /** Uid Source type calendar */
       
    27     ESourceCalendar,
       
    28     /** Uid Source type landmarks */
       
    29     ESourceLandmarks,
       
    30     /** Uid Source type maps history */
       
    31     ESourceMapsHistory,
       
    32     /** Uid Source type contacts default/prefered address */
       
    33     ESourceContactsPref,
       
    34     /** Uid Source type contacts home address */
       
    35     ESourceContactsHome,
       
    36     /** Uid Source type contacts work address */
       
    37     ESourceContactsWork,
       
    38     /** Uid Source type landmarks category */
       
    39     ESourceLandmarksCategory,
       
    40     /** Uid Source type landmarks user created category */
       
    41     ESourceLandmarksUserCat,
       
    42     /** Uid Source type landmarks 'contacts' category */
       
    43     ESourceLandmarksContactsCat,
       
    44     /** Uid Source type landmarks 'calendar' category */
       
    45     ESourceLandmarksCalendarCat,
       
    46     /** Uid Source type maps history' category */
       
    47     ESourceLandmarksHistoryCat,
       
    48     /** Source type invalid */
       
    49     ESourceInvalid
       
    50 };
       
    51 
       
    52 /** Defines entry change type
       
    53 */
       
    54 enum TEntryChangeType
       
    55     {
       
    56     /** Entry added */
       
    57     EEntryAdded,
       
    58     /** Entry modified */
       
    59     EEntryModified,
       
    60     /** Entry deleted */
       
    61     EEntryDeleted,
       
    62     /** Entry change unknown */
       
    63     EEntryUnknown
       
    64     };
       
    65 
       
    66 
       
    67 #endif // QLOCATIONPICKERITEM_H