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: |
|
157 break; |
156 default: |
158 default: |
157 // default is defer all other notifications when we are in setting state |
159 // default is defer all other notifications when we are in setting state |
158 iOutstandingNotifications.InsertL(aNotification); |
160 iOutstandingNotifications.InsertL(aNotification); |
159 break; |
161 break; |
160 } |
162 } |