diff -r 613e4e943120 -r b68f3e90dca1 devsoundextensions/mmfcustominterfaces/WmaDecoderIntfc/WmaDecoderIntfcProxy/src/WmaDecoderIntfcProxy.cpp --- a/devsoundextensions/mmfcustominterfaces/WmaDecoderIntfc/WmaDecoderIntfcProxy/src/WmaDecoderIntfcProxy.cpp Thu Sep 02 22:02:55 2010 +0300 +++ b/devsoundextensions/mmfcustominterfaces/WmaDecoderIntfc/WmaDecoderIntfcProxy/src/WmaDecoderIntfcProxy.cpp Fri Sep 17 08:37:57 2010 +0300 @@ -831,7 +831,7 @@ CleanupClosePushL(stream); // stream on cleanup for (TInt i=0; i(stream.ReadUint32L())); + aSupportedFormats.AppendL(static_cast(stream.ReadUint32L())); } CleanupStack::PopAndDestroy(&stream); CleanupStack::PopAndDestroy(buf); @@ -874,7 +874,7 @@ CleanupClosePushL(stream); // stream on cleanup for (TInt i=0; i(stream.ReadUint32L())); + aSupportedTools.AppendL(static_cast(stream.ReadUint32L())); } CleanupStack::PopAndDestroy(&stream); CleanupStack::PopAndDestroy(buf); @@ -918,7 +918,7 @@ CleanupClosePushL(stream); // stream on cleanup for (TInt i=0; i < numPckg(); i++) { - aControllableTools.Append(static_cast(stream.ReadUint32L())); + aControllableTools.AppendL(static_cast(stream.ReadUint32L())); } CleanupStack::PopAndDestroy(&stream); CleanupStack::PopAndDestroy(buf);