vtprotocols/src/ch324confighandler.cpp
branchRCL_3
changeset 25 779871d1e4f4
parent 24 f15ac8e65a02
equal deleted inserted replaced
24:f15ac8e65a02 25:779871d1e4f4
   166 // -----------------------------------------------------------------------------
   166 // -----------------------------------------------------------------------------
   167 //
   167 //
   168 TInt CH324ConfigCommand::SendUserInputMessageL(MVTUserInput& user_input)
   168 TInt CH324ConfigCommand::SendUserInputMessageL(MVTUserInput& user_input)
   169     {
   169     {
   170     __IF_DEBUG(Print(_L("VTProto: CH324ConfigCommand::SendUserInputMessageL<")));	
   170     __IF_DEBUG(Print(_L("VTProto: CH324ConfigCommand::SendUserInputMessageL<")));	
   171     if ( user_input.GetType() == EVtUiiDTMF )
   171     if (user_input.GetType() == EVtUiiDTMF )
   172         {
   172         {
   173         CVTUserInputDtmf* dtmf = static_cast<CVTUserInputDtmf*>(&user_input);
   173         CVTUserInputDtmf* dtmf = static_cast<CVTUserInputDtmf*>(&user_input);
   174         return iH324Config->SendUserInputL(*dtmf->iUII);
   174         return iH324Config->SendUserInputL(*dtmf->iUII);
   175         }
   175         }
   176     else if (user_input.GetType() == EVtUiiAlphaNumeric)
   176     else if (user_input.GetType() == EVtUiiAlphaNumeric)