phoneengine/engineinfo/src/cperemoteinfo.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
   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             }