devsoundextensions/mmfcustominterfaces/SpeechEncoderConfig/SpeechEncoderConfigProxy/src/SpeechEncoderConfigProxy.cpp
changeset 58 b6dbf97aba93
parent 0 40261b775718
equal deleted inserted replaced
57:1cbb0d5bf7f2 58:b6dbf97aba93
   148                                                ptr));
   148                                                ptr));
   149    	RDesReadStream stream(ptr);
   149    	RDesReadStream stream(ptr);
   150     CleanupClosePushL(stream); // stream on cleanup
   150     CleanupClosePushL(stream); // stream on cleanup
   151    	for (TInt i=0; i<numberOfBitratesPckg(); i++)
   151    	for (TInt i=0; i<numberOfBitratesPckg(); i++)
   152       	{
   152       	{
   153    		aSupportedBitrates.Append(stream.ReadUint32L());
   153    		aSupportedBitrates.AppendL(stream.ReadUint32L());
   154    		}
   154    		}
   155    	CleanupStack::PopAndDestroy(&stream);
   155    	CleanupStack::PopAndDestroy(&stream);
   156    	CleanupStack::PopAndDestroy(buf);
   156    	CleanupStack::PopAndDestroy(buf);
   157     }
   157     }
   158 
   158