devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfcProxy/src/SbcEncoderIntfcProxy.cpp
changeset 58 b6dbf97aba93
parent 0 40261b775718
--- 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<TSbcChannelMode>(stream.ReadUint32L()));
    		}
 
@@ -376,7 +376,7 @@
 
    	for (TInt i = 0; i < pckgBuf(); i++)
       	{
-   		aSupportedAllocationMethods.Append(
+   		aSupportedAllocationMethods.AppendL(
    		            static_cast<TSbcAllocationMethod>(stream.ReadUint32L()));
    		}
 
@@ -697,7 +697,7 @@
 
    	for (TInt i = 0; i < aCount; i++)
       	{
-   		aArray.Append(stream.ReadUint32L());
+   		aArray.AppendL(stream.ReadUint32L());
    		}
 
    	CleanupStack::PopAndDestroy(&stream);