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<supportedFormatsPkg(); i++)
{
- aSupportedFormats.Append(static_cast<TFormat>(stream.ReadUint32L()));
+ aSupportedFormats.AppendL(static_cast<TFormat>(stream.ReadUint32L()));
}
CleanupStack::PopAndDestroy(&stream);
CleanupStack::PopAndDestroy(buf);
@@ -874,7 +874,7 @@
CleanupClosePushL(stream); // stream on cleanup
for (TInt i=0; i<supportedToolsPkg(); i++)
{
- aSupportedTools.Append(static_cast<TTool>(stream.ReadUint32L()));
+ aSupportedTools.AppendL(static_cast<TTool>(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<TTool>(stream.ReadUint32L()));
+ aControllableTools.AppendL(static_cast<TTool>(stream.ReadUint32L()));
}
CleanupStack::PopAndDestroy(&stream);
CleanupStack::PopAndDestroy(buf);