location_plat/location_data_harvester_api/inc/locationservicedefines.h
changeset 26 f3533f6eae3f
parent 20 cd10d5b85554
child 30 96df3ab41000
--- a/location_plat/location_data_harvester_api/inc/locationservicedefines.h	Thu May 27 12:49:34 2010 +0300
+++ b/location_plat/location_data_harvester_api/inc/locationservicedefines.h	Fri Jun 11 13:33:47 2010 +0300
@@ -49,4 +49,19 @@
     ESourceInvalid
 };
 
+/** Defines entry change type
+*/
+enum TEntryChangeType
+    {
+    /** Entry added */
+    EEntryAdded,
+    /** Entry modified */
+    EEntryModified,
+    /** Entry deleted */
+    EEntryDeleted,
+    /** Entry change unknown */
+    EEntryUnknown
+    };
+
+
 #endif // QLOCATIONPICKERITEM_H