devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfcProxy/src/SbcEncoderIntfcProxy.cpp
changeset 54 b68f3e90dca1
parent 0 40261b775718
--- a/devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfcProxy/src/SbcEncoderIntfcProxy.cpp	Thu Sep 02 22:02:55 2010 +0300
+++ b/devsoundextensions/mmfcustominterfaces/SbcEncoderIntfc/SbcEncoderIntfcProxy/src/SbcEncoderIntfcProxy.cpp	Fri Sep 17 08:37:57 2010 +0300
@@ -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);