phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    55     // Reset flag
    55     // Reset flag
    56     if ( iViewCommandHandle )
    56     if ( iViewCommandHandle )
    57         {
    57         {
    58         TPhoneCmdParamBoolean dtmfSendFlag;
    58         TPhoneCmdParamBoolean dtmfSendFlag;
    59         dtmfSendFlag.SetBoolean( EFalse );
    59         dtmfSendFlag.SetBoolean( EFalse );
    60 // <-- QT PHONE START -->
       
    61         iViewCommandHandle->ExecuteCommand( EPhoneViewSetDtmfOptionsFlag, 
    60         iViewCommandHandle->ExecuteCommand( EPhoneViewSetDtmfOptionsFlag, 
    62             &dtmfSendFlag );
    61             &dtmfSendFlag );
    63 // <-- QT PHONE END -->         
       
    64         }
    62         }
    65     }
    63     }
    66 
    64 
    67 // -----------------------------------------------------------
    65 // -----------------------------------------------------------
    68 // CPhoneConferenceAndCallSetup::ConstructL()
    66 // CPhoneConferenceAndCallSetup::ConstructL()