photosgallery/collectionframework/datasource/manager/src/glxcollectionpluginbase.cpp
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
child 30 a60acebbbd9d
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
   216 	    
   216 	    
   217         TInt countInfo(0);
   217         TInt countInfo(0);
   218 	    
   218 	    
   219 	    if(aSpecs->IsSupported(KMPXMediaGeneralSize))
   219 	    if(aSpecs->IsSupported(KMPXMediaGeneralSize))
   220 	    	{
   220 	    	{
   221 	    	tnFileInfo->iFileSize = aSpecs->ValueTObjectL<TInt>(KMPXMediaGeneralSize);
   221 	    	tnFileInfo->iFileSize = aSpecs->ValueTObjectL<TUint>(KMPXMediaGeneralSize);
   222 	    	countInfo++;
   222 	    	countInfo++;
   223 	    	}
   223 	    	}
   224 	    if(aSpecs->IsSupported(KGlxMediaGeneralLastModifiedDate))
   224 	    if(aSpecs->IsSupported(KGlxMediaGeneralLastModifiedDate))
   225 	    	{
   225 	    	{
   226 	    	tnFileInfo->iFileTime = aSpecs->ValueTObjectL<TInt64>(KGlxMediaGeneralLastModifiedDate);
   226 	    	tnFileInfo->iFileTime = aSpecs->ValueTObjectL<TInt64>(KGlxMediaGeneralLastModifiedDate);