calendarui/controller/src/calenstatemachine.cpp
changeset 45 b6db4fd4947b
parent 18 c198609911f9
child 51 0b38fc5b94c6
equal deleted inserted replaced
23:fd30d51f876b 45:b6db4fd4947b
   154 //
   154 //
   155 void CCalenStateMachine::HandleNotification(const TCalenNotification aNotification )
   155 void CCalenStateMachine::HandleNotification(const TCalenNotification aNotification )
   156     {
   156     {
   157     TRACE_ENTRY_POINT;
   157     TRACE_ENTRY_POINT;
   158 
   158 
   159 	TRAPD(error,iStates[iCurrentState]->HandleNotificationL( aNotification, *this)); 
   159 	TRAP_IGNORE(iStates[iCurrentState]->HandleNotificationL( aNotification, *this)); 
   160     if(error!=KErrNone)
   160    
   161 		{
       
   162 		// do avoid warning
       
   163 		}
       
   164 	
       
   165     TRACE_EXIT_POINT;
   161     TRACE_EXIT_POINT;
   166     }
   162     }
   167 
   163 
   168 // ----------------------------------------------------------------------------
   164 // ----------------------------------------------------------------------------
   169 // CCalenStateMachine::CurrentState
   165 // CCalenStateMachine::CurrentState