creator/engine/inc/creator.hrh
changeset 51 b048e15729d6
parent 17 4f2773374eff
--- a/creator/engine/inc/creator.hrh	Mon Aug 23 15:50:54 2010 +0300
+++ b/creator/engine/inc/creator.hrh	Fri Sep 03 17:11:21 2010 +0300
@@ -24,7 +24,14 @@
 
 enum TCreatorIds
     {
-    ECmdCreateFromFile=1,
+
+    // Phonebook entries shuld be the first, bacause some other entries references them
+    ECmdCreatePhoneBookEntries = 1,
+    ECmdCreatePhoneBookEntryContacts,
+    ECmdCreatePhoneBookEntryGroups,
+    ECmdCreatePhoneBookEntrySubscribedContacts,
+    
+    ECmdCreateFromFile,
 
     ECmdCreateCalendarEntries,
     ECmdCreateCalendarEntryAppointments,
@@ -129,11 +136,6 @@
     ECmdCreateMiscEntrySyncSettings,
     ECmdCreateMiscEntryLandmarks,
 
-    ECmdCreatePhoneBookEntries,
-    ECmdCreatePhoneBookEntryContacts,
-    ECmdCreatePhoneBookEntryGroups,
-    ECmdCreatePhoneBookEntrySubscribedContacts,
-
     ECmdDeleteEntries,
     ECmdDeleteAllEntries,
     ECmdDeleteAllCreatorEntries,