calendarui/caleneditor/inc/caleneditorcommon.h
changeset 57 bb2d3e476f29
parent 45 b6db4fd4947b
child 64 1881ad52dc45
--- a/calendarui/caleneditor/inc/caleneditorcommon.h	Mon Jul 26 13:54:38 2010 +0530
+++ b/calendarui/caleneditor/inc/caleneditorcommon.h	Mon Aug 09 18:30:52 2010 +0530
@@ -31,6 +31,11 @@
 #define CALEN_EDITOR_ADD_DESCRIPTION_ACTION "addDescriptionAction"
 #define CALEN_EDITOR_DELETE_EVENT_ACTION "deleteEventAction"
 
+// Constants
+const int SecsInOneHour( 3600 );
+const int MaxRowsInTextItem(10);
+const int MaxCharacterLimit(255);
+
 enum CustomItemOffset {
     CustomWidgetFrom = HbDataFormModelItem::CustomItemBase + 1,
     CustomWidgetTo,