vpnengine/dmadpki/src/DmAdRtNodeData.cpp
branchRCL_3
changeset 22 9f4e37332ce5
parent 0 33413c0669b9
child 23 473321461bba
--- a/vpnengine/dmadpki/src/DmAdRtNodeData.cpp	Mon Jun 21 16:49:56 2010 +0300
+++ b/vpnengine/dmadpki/src/DmAdRtNodeData.cpp	Thu Aug 19 10:54:34 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2000-2008 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2000-2010 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"
@@ -644,7 +644,7 @@
         TUid uid = { TDmAdUtil::DesToInt(attribute) };
         DEBUG_LOG1(_L("Uid: 0x%x"), uid.iUid);
         
-        aApplicabilityList.Append(uid);
+        aApplicabilityList.AppendL(uid);
         parser->NextL();
         
         while (parser->State() == CXmlPullParser::EStateText)