telephonyutils/etel3rdpartyapi/src/TelephonyFunctions.cpp
changeset 62 8ef833fbf5aa
parent 0 3553901f7fa8
child 58 980b3d0c4069
--- a/telephonyutils/etel3rdpartyapi/src/TelephonyFunctions.cpp	Tue Jul 06 15:36:38 2010 +0300
+++ b/telephonyutils/etel3rdpartyapi/src/TelephonyFunctions.cpp	Wed Aug 18 10:57:47 2010 +0300
@@ -354,14 +354,14 @@
 	for( TInt i=0; i<EMaxNumberOperations; i++)
 		{
 		TRequestStatus dummy(KErrNone);
-		iReqPendingTable.Append(EFalse);
-		iReqStatusTable.Append(&dummy);
+		iReqPendingTable.AppendL(EFalse);
+		iReqStatusTable.AppendL(&dummy);
 		}
 	for( TInt j=0; j<CTelephony::EISVMaxNumOfCalls; j++)
 		{
 		RMobileCall aDummyCall;
-		iCallPool.Append(aDummyCall);
-		iCallPoolStatus.Append(EUnset);
+		iCallPool.AppendL(aDummyCall);
+		iCallPoolStatus.AppendL(EUnset);
 		}
 
 	__ASSERT_DEBUG(iState==EIdle, User::Invariant());