--- a/vpnengine/pkiservice/src/pkisession.cpp Thu Aug 19 10:54:34 2010 +0300
+++ b/vpnengine/pkiservice/src/pkisession.cpp Tue Aug 31 16:14:16 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -135,7 +135,7 @@
for (TInt i = 0; i < aC; i++)
{
list->Read(i * sizeof(TUid), (TAny*)&tempUid, sizeof(TUid));
- iUidArray.AppendL(tempUid);
+ iUidArray.Append(tempUid);
}
}
CleanupStack::PopAndDestroy(1); // list