phoneengine/engineinfo/src/cperemoteinfo.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
equal deleted inserted replaced
61:41a7f70b3818 62:5266b1f337bd
   332     if ( count )
   332     if ( count )
   333         {
   333         {
   334         TRAPD( err, iPredefinedDtmfStrings = new ( ELeave ) CDesCArrayFlat( count ) );
   334         TRAPD( err, iPredefinedDtmfStrings = new ( ELeave ) CDesCArrayFlat( count ) );
   335         
   335         
   336         if( err != KErrNone )
   336         if( err != KErrNone )
   337             {
   337     	    {
   338             TEFLOGSTRING2( KTAINT, "CPERemoteInfo::SetPredefinedDtmfStrings, err: %d", err );
   338     	    TEFLOGSTRING2( KTAINT, "CPERemoteInfo::SetPredefinedDtmfStrings, err: %d", err );
   339             return;
   339     		return;
   340             }
   340     	    }
   341          
   341          
   342         for ( TInt i = 0; i < count; i++ )
   342         for ( TInt i = 0; i < count; i++ )
   343             {
   343             {
   344             TRAP_IGNORE( iPredefinedDtmfStrings->AppendL( aArray.MdcaPoint(i) ) );    
   344             TRAP_IGNORE( iPredefinedDtmfStrings->AppendL( aArray.MdcaPoint(i) ) );    
   345             }
   345             }