phoneapp/phoneuiqtviewadapter/src/phonenotecontroller.cpp
changeset 56 5bcb308bd24d
parent 46 bc5a64e5bc3c
child 65 2a5d4ab426d3
equal deleted inserted replaced
46:bc5a64e5bc3c 56:5bcb308bd24d
    87        
    87        
    88     } else if ( EPhoneGlobalWaitNote == params.QueryType() ) {
    88     } else if ( EPhoneGlobalWaitNote == params.QueryType() ) {
    89         showGlobalWaitNote(&params);
    89         showGlobalWaitNote(&params);
    90         
    90         
    91     }
    91     }
    92 
       
    93         
       
    94 }
    92 }
    95 
    93 
    96 void PhoneNoteController::removeDtmfNote()
    94 void PhoneNoteController::removeDtmfNote()
    97 {
    95 {
    98     PHONE_DEBUG("PhoneNoteController::removeDtmfNote"); 
    96     PHONE_DEBUG("PhoneNoteController::removeDtmfNote"); 
   365     PHONE_DEBUG("PhoneNoteController::showDeviceMessageBox");
   363     PHONE_DEBUG("PhoneNoteController::showDeviceMessageBox");
   366 
   364 
   367     HbMessageBox::MessageBoxType type;
   365     HbMessageBox::MessageBoxType type;
   368         
   366         
   369     switch( params->Type() ) {
   367     switch( params->Type() ) {
   370     case EAknGlobalInformationNote:
   368     case EPhoneMessageBoxInformation:
   371         type = HbMessageBox::MessageTypeInformation;
   369         type = HbMessageBox::MessageTypeInformation;
   372         break;
   370         break;
   373     case EAknGlobalWarningNote:
   371     case EPhoneMessageBoxWarning:
   374     default:
   372     default:
   375         type = HbMessageBox::MessageTypeWarning;
   373         type = HbMessageBox::MessageTypeWarning;
   376         break;
   374         break;
   377     }
   375     }
   378     
   376