vtprotocolsstub/src/vtprotocolfactory.cpp
branchRCL_3
changeset 19 856ae1b15d98
parent 0 ed9695c8bcbe
equal deleted inserted replaced
17:392fdfb57a78 19:856ae1b15d98
   162 // -----------------------------------------------------------------------------
   162 // -----------------------------------------------------------------------------
   163 //
   163 //
   164 EXPORT_C MVTUserInput* VTProtocolFactory::CreateUserInputIndication(TUserInputType aUIIType, TUint8 aTone)
   164 EXPORT_C MVTUserInput* VTProtocolFactory::CreateUserInputIndication(TUserInputType aUIIType, TUint8 aTone)
   165     {
   165     {
   166     __IF_DEBUG(Print(_L("VTProto: VTProtocolFactory::CreateUserInputIndication")));	
   166     __IF_DEBUG(Print(_L("VTProto: VTProtocolFactory::CreateUserInputIndication")));	
   167     if (aUIIType == EVtUiiDTFM)
   167     if (aUIIType == EVtUiiDTMF)
   168         {
   168         {
   169         CVTUserInputDtmf* uii = CVTUserInputDtmf::NewL(aTone);
   169         CVTUserInputDtmf* uii = CVTUserInputDtmf::NewL(aTone);
   170         return uii;
   170         return uii;
   171         }
   171         }
   172     else if (aUIIType == EVtUiiAlphaNumeric)
   172     else if (aUIIType == EVtUiiAlphaNumeric)