diff -r 1cbb0d5bf7f2 -r b6dbf97aba93 devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfcProxy/src/SbcEncoderIntfcProxy.cpp --- a/devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfcProxy/src/SbcEncoderIntfcProxy.cpp Thu Sep 16 18:39:58 2010 +0100 +++ b/devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfcProxy/src/SbcEncoderIntfcProxy.cpp Thu Sep 16 18:57:38 2010 +0100 @@ -205,7 +205,7 @@ for (TInt i = 0; i < pckgBuf(); i++) { - aSupportedChannelModes.Append( + aSupportedChannelModes.AppendL( static_cast(stream.ReadUint32L())); } @@ -376,7 +376,7 @@ for (TInt i = 0; i < pckgBuf(); i++) { - aSupportedAllocationMethods.Append( + aSupportedAllocationMethods.AppendL( static_cast(stream.ReadUint32L())); } @@ -697,7 +697,7 @@ for (TInt i = 0; i < aCount; i++) { - aArray.Append(stream.ReadUint32L()); + aArray.AppendL(stream.ReadUint32L()); } CleanupStack::PopAndDestroy(&stream);