calendarui/inc/CalenUid.h
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 89 b57382753122
--- a/calendarui/inc/CalenUid.h	Mon May 03 12:30:32 2010 +0300
+++ b/calendarui/inc/CalenUid.h	Mon Jun 28 15:22:02 2010 +0530
@@ -24,7 +24,7 @@
 
 // UIDS of the S60 Calendar native views
 const TInt KCalenMonthViewUidValue        = 0x00000000 ;
-const TInt KCalenDayViewUidValue         = 0x00000002;
+const TInt KCalenAgendaViewUidValue         = 0x00000002;
 const TInt KCalenEventViewUidValue   	  = 0x00000003;
 const TInt KCalenLandscapeDayViewUidValue = 0x00000004;
 const TInt KCalenTodoEditorViewUidValue         = 0x00000005;
@@ -32,12 +32,13 @@
 
 
 const TUid KUidCalenMonthView        = { KCalenMonthViewUidValue };
-const TUid KUidCalenDayView      = { KCalenDayViewUidValue };
+const TUid KUidCalenAgendaView      = { KCalenAgendaViewUidValue };
 const TUid KCalenTodoEditorView      = { KCalenTodoEditorViewUidValue };
 const TUid KUidCalenEventView        = { KCalenEventViewUidValue };
 const TUid KUidCalenLandscapeDayView = { KCalenLandscapeDayViewUidValue };
 const TUid KUidCalenSettingsView = { KCalenSettingsViewUidValue };
 
+const TUid KCalenChineseImplUid = {0x2002EA3D};
 
 #endif // CALENUID_H