photosgallery/viewframework/medialists/src/glxcache.cpp
branchRCL_3
changeset 17 a60acebbbd9d
parent 15 191387a8b767
equal deleted inserted replaced
15:191387a8b767 17:a60acebbbd9d
   312                         {
   312                         {
   313                         aTarget.SetTObjectValueL(attrib, aSource.ValueTObjectL<TInt64>(attrib));
   313                         aTarget.SetTObjectValueL(attrib, aSource.ValueTObjectL<TInt64>(attrib));
   314                         }
   314                         }
   315                     else if (attrib == KGlxMediaGeneralLastModifiedDate)
   315                     else if (attrib == KGlxMediaGeneralLastModifiedDate)
   316                         {
   316                         {
   317                         aTarget.SetTObjectValueL(attrib, aSource.ValueTObjectL<TInt64>(attrib));
   317                         TTime modified = aSource.ValueTObjectL<TInt64>(attrib);
       
   318                         TTimeIntervalSeconds utcOffset = User::UTCOffset();
       
   319                         modified += utcOffset;
       
   320                         aTarget.SetTObjectValueL(attrib, modified);
   318                         }
   321                         }
   319                     else if (attrib == KMPXMediaGeneralSize)
   322                     else if (attrib == KMPXMediaGeneralSize)
   320                         {
   323                         {
   321                         aTarget.SetTObjectValueL(attrib, aSource.ValueTObjectL<TUint>(attrib));
   324                         aTarget.SetTObjectValueL(attrib, aSource.ValueTObjectL<TUint>(attrib));
   322                         }
   325                         }