vpnengine/dmadpki/src/DmAdRtNodeData.cpp
branchRCL_3
changeset 24 e06095241a65
parent 23 473321461bba
equal deleted inserted replaced
23:473321461bba 24:e06095241a65
     1 /*
     1 /*
     2 * Copyright (c) 2000-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2000-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   642 
   642 
   643         parser->AttributeValueL(KXmlAttrId, attribute);
   643         parser->AttributeValueL(KXmlAttrId, attribute);
   644         TUid uid = { TDmAdUtil::DesToInt(attribute) };
   644         TUid uid = { TDmAdUtil::DesToInt(attribute) };
   645         DEBUG_LOG1(_L("Uid: 0x%x"), uid.iUid);
   645         DEBUG_LOG1(_L("Uid: 0x%x"), uid.iUid);
   646         
   646         
   647         aApplicabilityList.Append(uid);
   647         aApplicabilityList.AppendL(uid);
   648         parser->NextL();
   648         parser->NextL();
   649         
   649         
   650         while (parser->State() == CXmlPullParser::EStateText)
   650         while (parser->State() == CXmlPullParser::EStateText)
   651             {
   651             {
   652             DEBUG_LOG(_L8("Found text. Ignoring it..."));
   652             DEBUG_LOG(_L8("Found text. Ignoring it..."));