calendarui/controller/src/caleneditingstate.cpp
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
child 89 b57382753122
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
   171             iOutstandingNotifications.InsertL(aNotification);
   171             iOutstandingNotifications.InsertL(aNotification);
   172 			ActivateCurrentStateL(aStateMachine);
   172 			ActivateCurrentStateL(aStateMachine);
   173             }
   173             }
   174             break;
   174             break;
   175         default:
   175         default:
   176            CCalenState::HandleNotificationL( aNotification, aStateMachine );
   176         	iOutstandingNotifications.InsertL(aNotification);
   177             break;
   177 			break;
   178         }
   178         }
   179         
   179     	
   180     OstTraceFunctionExit0( CCALENEDITINGSTATE_HANDLENOTIFICATIONL_EXIT );
   180     OstTraceFunctionExit0( CCALENEDITINGSTATE_HANDLENOTIFICATIONL_EXIT );
   181     }
   181     }
   182 
   182 
   183 // end of file
   183 // end of file