vtprotocols/src/vtprotocolfactory.cpp
branchRCL_3
changeset 14 856ae1b15d98
parent 0 ed9695c8bcbe
child 24 f15ac8e65a02
equal deleted inserted replaced
13:392fdfb57a78 14:856ae1b15d98
   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 == EVtUiiDTFM)
   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)