vtprotocols/src/vtprotocolfactory.cpp
branchRCL_3
changeset 24 f15ac8e65a02
parent 14 856ae1b15d98
child 25 779871d1e4f4
equal deleted inserted replaced
23:890b5dd735f8 24:f15ac8e65a02
   175 // -----------------------------------------------------------------------------
   175 // -----------------------------------------------------------------------------
   176 //
   176 //
   177 EXPORT_C MVTUserInput* VTProtocolFactory::CreateUserInputIndication(TUserInputType aUIIType, TUint8 aTone)
   177 EXPORT_C MVTUserInput* VTProtocolFactory::CreateUserInputIndication(TUserInputType aUIIType, TUint8 aTone)
   178     {
   178     {
   179     __IF_DEBUG(Print(_L("VTProto: VTProtocolFactory::CreateUserInputIndication")));	
   179     __IF_DEBUG(Print(_L("VTProto: VTProtocolFactory::CreateUserInputIndication")));	
   180     if (aUIIType == EVtUiiDTMF )
   180     if ( aUIIType == EVtUiiDTMF )
   181         {
   181         {
   182         CVTUserInputDtmf* uii = CVTUserInputDtmf::NewL(aTone);
   182         CVTUserInputDtmf* uii = CVTUserInputDtmf::NewL(aTone);
   183         return uii;
   183         return uii;
   184         }
   184         }
   185     else if (aUIIType == EVtUiiAlphaNumeric)
   185     else if (aUIIType == EVtUiiAlphaNumeric)