equal
deleted
inserted
replaced
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 } |