location_plat/location_data_harvester_api/inc/locationservicedefines.h
changeset 26 f3533f6eae3f
parent 20 cd10d5b85554
child 30 96df3ab41000
equal deleted inserted replaced
24:ccec19943943 26:f3533f6eae3f
    47     ESourceLandmarksHistoryCat,
    47     ESourceLandmarksHistoryCat,
    48     /** Source type invalid */
    48     /** Source type invalid */
    49     ESourceInvalid
    49     ESourceInvalid
    50 };
    50 };
    51 
    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 
    52 #endif // QLOCATIONPICKERITEM_H
    67 #endif // QLOCATIONPICKERITEM_H