mtpdataproviders/mtpimagedp/src/cmtpimagedpgetobjectproplist.cpp
branchRCL_3
changeset 32 f85613f12947
parent 24 523717cdb0ad
child 48 debf68073f2f
equal deleted inserted replaced
27:81da3301b632 32:f85613f12947
   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