appfw/apparchitecture/aplist/aplapplistitem.cpp
branchRCL_3
changeset 12 7645e9ce10dc
parent 0 2e3d3ce01487
child 62 924385140d98
equal deleted inserted replaced
4:0fdb7f6b0309 12:7645e9ce10dc
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1204 void CApaAppData::ExternalizeL(RWriteStream& aWriteStream) const
  1204 void CApaAppData::ExternalizeL(RWriteStream& aWriteStream) const
  1205 	{
  1205 	{
  1206 	aWriteStream.WriteUint32L(I64HIGH(iTimeStamp.Int64()));
  1206 	aWriteStream.WriteUint32L(I64HIGH(iTimeStamp.Int64()));
  1207 	aWriteStream.WriteUint32L(I64LOW(iTimeStamp.Int64()));
  1207 	aWriteStream.WriteUint32L(I64LOW(iTimeStamp.Int64()));
  1208 
  1208 
  1209 	aWriteStream.WriteUint32L(I64HIGH(iIconFileTimeStamp.Int64()));
       
  1210 	aWriteStream.WriteUint32L(I64LOW(iIconFileTimeStamp.Int64()));
       
  1211 	aWriteStream << *iCaption;	// Caption
       
  1212 	if (iIconFileNameFromResourceFile)
  1209 	if (iIconFileNameFromResourceFile)
  1213 		{
  1210 		{
  1214 		aWriteStream.WriteUint32L(I64HIGH(iIconFileTimeStampFromResourceFile.Int64()));
  1211 		aWriteStream.WriteUint32L(I64HIGH(iIconFileTimeStampFromResourceFile.Int64()));
  1215 	    aWriteStream.WriteUint32L(I64LOW(iIconFileTimeStampFromResourceFile.Int64()));
  1212 	    aWriteStream.WriteUint32L(I64LOW(iIconFileTimeStampFromResourceFile.Int64()));
  1216 		}
  1213 		}