calendarui/controller/src/calensettingsstate.cpp
branchRCL_3
changeset 48 bf573002ff72
parent 27 55d60436f00b
child 65 12af337248b1
equal deleted inserted replaced
36:9c5b1510919f 48:bf573002ff72
   151             SetCurrentState( aStateMachine, iPreviousState );
   151             SetCurrentState( aStateMachine, iPreviousState );
   152             iOutstandingNotifications.InsertL(aNotification);
   152             iOutstandingNotifications.InsertL(aNotification);
   153             ActivateCurrentStateL(aStateMachine);
   153             ActivateCurrentStateL(aStateMachine);
   154             }
   154             }
   155             break;
   155             break;
   156         case ECalenNotifySettingsChanged:
   156 
   157             break;
       
   158         default:
   157         default:
   159             // default is defer all other notifications when we are in setting state
   158             // default is defer all other notifications when we are in setting state
   160             iOutstandingNotifications.InsertL(aNotification);
   159             iOutstandingNotifications.InsertL(aNotification);
   161             break;
   160             break;
   162         }
   161         }