phoneapp/phoneuistates/src/cphoneconferenceandwaitingandcallsetup.cpp
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
child 9 91c2fb4b78df
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
   203             
   203             
   204         default:
   204         default:
   205             // do base operation
   205             // do base operation
   206             CPhoneConference::HandleKeyMessageL( aMessage, aCode );
   206             CPhoneConference::HandleKeyMessageL( aMessage, aCode );
   207             break;
   207             break;
       
   208         }
       
   209     }
       
   210 
       
   211 // -----------------------------------------------------------
       
   212 // CPhoneConferenceAndWaitingAndCallSetup::HandleErrorL
       
   213 // -----------------------------------------------------------
       
   214 //
       
   215 EXPORT_C void CPhoneConferenceAndWaitingAndCallSetup::HandleErrorL( 
       
   216         const TPEErrorInfo& aErrorInfo )
       
   217     {
       
   218     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneConferenceAndWaitingAndCallSetup::HandleErrorL()");
       
   219     
       
   220     if( aErrorInfo.iErrorCode == ECCPErrorCCUserAlertingNoAnswer )
       
   221         {
       
   222         // Should not shown "No Answer" note
       
   223         __PHONELOG1( EBasic, EPhoneUIStates,
       
   224        "PhoneUIStates: CPhoneConferenceAndWaitingAndCallSetup::HandleErrorL - aErrorInfo.iErrorCode =%d ",
       
   225             aErrorInfo.iErrorCode);
       
   226         }
       
   227     else
       
   228         {
       
   229         CPhoneState::HandleErrorL( aErrorInfo );
   208         }
   230         }
   209     }
   231     }
   210 
   232 
   211 // -----------------------------------------------------------
   233 // -----------------------------------------------------------
   212 // CPhoneConferenceAndWaitingAndCallSetup::OpenMenuBarL
   234 // CPhoneConferenceAndWaitingAndCallSetup::OpenMenuBarL