calendarui/controller/src/calensendingstate.cpp
branchRCL_3
changeset 12 38571fd2a704
parent 0 f979ecb2b13e
child 65 12af337248b1
equal deleted inserted replaced
5:42814f902fe6 12:38571fd2a704
   118     {
   118     {
   119     TRACE_ENTRY_POINT;
   119     TRACE_ENTRY_POINT;
   120 
   120 
   121     switch( aNotification )
   121     switch( aNotification )
   122         {
   122         {
       
   123         case ECalenNotifyEntrySendCancel:
   123         case ECalenNotifyDialogClosed:  // issued when send method query dialog is cancelled
   124         case ECalenNotifyDialogClosed:  // issued when send method query dialog is cancelled
   124         	{
   125         	{
   125         	// FIXME Should have a ECalenNotifyEntrySent?
   126         	// FIXME Should have a ECalenNotifyEntrySent?
   126             SetCurrentState( aStateMachine, iPreviousState);
   127             SetCurrentState( aStateMachine, iPreviousState);
   127             iOutstandingNotifications.InsertL(aNotification);
   128             iOutstandingNotifications.InsertL(aNotification);