branch | RCL_3 |
changeset 34 | f15ac8e65a02 |
parent 19 | 856ae1b15d98 |
child 35 | 779871d1e4f4 |
--- a/vtprotocols/src/vtprotocolfactory.cpp Thu Aug 19 09:57:36 2010 +0300 +++ b/vtprotocols/src/vtprotocolfactory.cpp Tue Aug 31 15:16:10 2010 +0300 @@ -177,7 +177,7 @@ EXPORT_C MVTUserInput* VTProtocolFactory::CreateUserInputIndication(TUserInputType aUIIType, TUint8 aTone) { __IF_DEBUG(Print(_L("VTProto: VTProtocolFactory::CreateUserInputIndication"))); - if (aUIIType == EVtUiiDTMF ) + if ( aUIIType == EVtUiiDTMF ) { CVTUserInputDtmf* uii = CVTUserInputDtmf::NewL(aTone); return uii;