[Clientapps-cvs] symbianMmf hxmmfmetadata.cpp,1.5.2.6,1.5.2.7
suramakr at helixcommunity.org suramakr at helixcommunity.orgUpdate of /cvsroot/clientapps/symbianMmf
In directory cvs02.internal.helixcommunity.org:/tmp/cvs-serv26531
Modified Files:
Tag: hxclient_2_1_0_cayennes
hxmmfmetadata.cpp
Log Message:
"Nokia submits this code under the terms of a commercial contribution agreement with Real Networks, and I am authorized to contribute this code under said agreement."
Modified by:
Sunitha.Ramakrishna at nokia.com
Reviewed by:
Date:
July-26-2006
Project:
Helix plug-in for Symbian
Error ID: ELFG_6RE7V3
EOVL-6PHU5T
Synopsis:
When Helix returns HXR_CORRUPT for corrupted files, the mmfcontroller was not mapping this to an appropriate Symbian error code understood by the UI. This CR adds a mapping for HXR_CORRUPT to KErrCorrupt.
This CR also corrects a compile error for CodeWarrior by changing TInt32 to Tint
Files Modified:
clientapps\symbianMmf\hxmmfctrlimpl.cpp
clientapps\symabianMmf\hxmmfmetadata.cpp
Files Added:
None
Image Size and Heap Use impact:
None
Platforms and Profiles Build Verified:
helix-client-s60-mmf-mdf-arm
helix-client-s60-mmf-mdf-dsp
Platforms and Profiles Functionality verified:
armv5
winscw
Branch:
head and hxclient_2_1_0_cayennes
Index: hxmmfmetadata.cpp
===================================================================
RCS file: /cvsroot/clientapps/symbianMmf/hxmmfmetadata.cpp,v
retrieving revision 1.5.2.6
retrieving revision 1.5.2.7
diff -u -d -r1.5.2.6 -r1.5.2.7
--- hxmmfmetadata.cpp 26 Jul 2006 19:54:37 -0000 1.5.2.6
+++ hxmmfmetadata.cpp 27 Jul 2006 17:46:37 -0000 1.5.2.7
@@ -277,7 +277,7 @@
TInt numElements = m_metaData.Nelements();
- for ( TInt32 idx=0; idx < numElements; ++idx)
+ for ( TInt idx=0; idx < numElements; ++idx)
{
CMMFMetaDataEntry* pEntry = m_metaData[idx];
@@ -301,7 +301,7 @@
TInt numElements = m_metaData.Nelements();
- for ( TInt32 idx=0; idx < numElements; ++idx)
+ for ( TInt idx=0; idx < numElements; ++idx)
{
CMMFMetaDataEntry* pEntry = m_metaData[idx];