--- a/calendarui/controller/inc/calenstatetable.h Tue Aug 31 15:13:43 2010 +0300
+++ b/calendarui/controller/inc/calenstatetable.h Wed Sep 01 12:32:31 2010 +0100
@@ -21,11 +21,10 @@
// INCLUDES
#include <e32base.h>
-#include "hb_calencommands.hrh" // command ids
-#include "calennotificationhandler.h" // TCalenNotification
+#include <calencommands.hrh>
+#include <calennotificationhandler.h> // TCalenNotification
// ENUMERATIONS
-
// Enumeration of the various possible states that the controller can be
// be in.
enum TControllerState
@@ -113,10 +112,13 @@
/* ECalenMonthView */
{ EIdle , EIdle, KCalenNoNotification },
+ /* ECalenWeekView */
+ { EIdle , EIdle, KCalenNoNotification },
+
/* ECalenDayView */
{ EIdle , EIdle, KCalenNoNotification },
- /* ECalenAgendaView */
+ /* ECalenTodoView */
{ EIdle , EIdle, KCalenNoNotification },
/* ECalenForwardsToDayView */
@@ -142,6 +144,9 @@
/* ECalenUpdateToolbar */
{ EIdle , EIdle, KCalenNoNotification },
+ /* ECalenStartActiveStep */
+ { EIdle , EIdle, KCalenNoNotification },
+
/* ECalenGotoToday */
{ EIdle , EIdle, KCalenNoNotification },