mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectproplist.cpp
changeset 38 48c22c726cf9
parent 33 883e91c086aa
child 47 63cf70d3ecd8
equal deleted inserted replaced
33:883e91c086aa 38:48c22c726cf9
   205         {
   205         {
   206         GetRootObjectHandlesL(formatCode, depth);
   206         GetRootObjectHandlesL(formatCode, depth);
   207         }
   207         }
   208     else
   208     else
   209         {
   209         {
   210         iHandles.Append( handle );
   210         iHandles.AppendL( handle );
   211         }
   211         }
   212     
   212     
   213     __FLOG(_L8("<< CMTPImageDpGetObjectPropList::GetObjectHandlesL"));
   213     __FLOG(_L8("<< CMTPImageDpGetObjectPropList::GetObjectHandlesL"));
   214     }
   214     }
   215 
   215