diff -r ef813d54df51 -r a5a1242fd2e8 calendarui/caleneditor/inc/caleneditorcommon.h --- a/calendarui/caleneditor/inc/caleneditorcommon.h Wed Aug 18 09:47:38 2010 +0300 +++ b/calendarui/caleneditor/inc/caleneditorcommon.h Thu Sep 02 20:25:23 2010 +0300 @@ -33,6 +33,8 @@ // Constants const int SecsInOneHour( 3600 ); +const int SecsIn15Mins( 900 ); //15 * 60 secs +const int SecsIn30Mins( 1800 ); //30 * 60 secs const int MaxRowsInTextItem(10); const int MaxCharacterLimit(255);