phoneapp/phoneuistates/src/cphonecallsetupandwaiting.cpp
branchRCL_3
changeset 14 24062c24fe38
parent 0 5f000ab63145
child 58 40a3f856b14d
equal deleted inserted replaced
9:8871b09be73b 14:24062c24fe38
   119             break;
   119             break;
   120         }
   120         }
   121     }
   121     }
   122 
   122 
   123 // -----------------------------------------------------------
   123 // -----------------------------------------------------------
       
   124 // CPhoneCallSetupAndWaiting::HandleErrorL
       
   125 // -----------------------------------------------------------
       
   126 //
       
   127 EXPORT_C void CPhoneCallSetupAndWaiting::HandleErrorL( 
       
   128         const TPEErrorInfo& aErrorInfo )
       
   129     {
       
   130     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetupAndWaiting::HandleErrorL()");
       
   131     
       
   132     if( aErrorInfo.iErrorCode == ECCPErrorCCUserAlertingNoAnswer )
       
   133         {
       
   134         // Should not shown "No Answer" note
       
   135         __PHONELOG1( EBasic, EPhoneUIStates,
       
   136        "PhoneUIStates: CPhoneCallSetupAndWaiting::HandleErrorL - aErrorInfo.iErrorCode =%d ",
       
   137             aErrorInfo.iErrorCode);
       
   138         }
       
   139     else
       
   140         {
       
   141         CPhoneState::HandleErrorL( aErrorInfo );
       
   142         }
       
   143     }
       
   144 
       
   145 // -----------------------------------------------------------
   124 // CPhoneCallSetupAndWaiting::OpenMenuBarL
   146 // CPhoneCallSetupAndWaiting::OpenMenuBarL
   125 // -----------------------------------------------------------
   147 // -----------------------------------------------------------
   126 //
   148 //
   127 void CPhoneCallSetupAndWaiting::OpenMenuBarL()
   149 void CPhoneCallSetupAndWaiting::OpenMenuBarL()
   128     {
   150     {