diff -r 392fdfb57a78 -r 856ae1b15d98 vtprotocols/src/cvtuserinput.cpp --- a/vtprotocols/src/cvtuserinput.cpp Wed Apr 14 16:00:08 2010 +0300 +++ b/vtprotocols/src/cvtuserinput.cpp Tue Apr 27 16:40:55 2010 +0300 @@ -35,7 +35,7 @@ void CVTUserInputDtmf::ConstructL(TUint8 aTone) { __IF_DEBUG(Print(_L("VTProto: CVTUserInputDtmf::ConstructL<"))); - iUII = CPVUserInputDtmfSymbian::NewL( aTone, 0 ); + iUII = CPVUserInputDtmfSymbian::NewL( aTone, EFalse, 0 ); __IF_DEBUG(Print(_L("VTProto: CVTUserInputDtmf::ConstructL>"))); } @@ -74,7 +74,7 @@ // TUserInputType CVTUserInputDtmf::GetType() { - return EVtUiiDTFM; + return EVtUiiDTMF; } // -----------------------------------------------------------------------------