mtpdataproviders/mtpimagedp/src/cmtpimagedpdeleteobject.cpp
changeset 38 48c22c726cf9
parent 25 48a2e0d8a4ce
child 47 63cf70d3ecd8
equal deleted inserted replaced
33:883e91c086aa 38:48c22c726cf9
   203     do
   203     do
   204         {
   204         {
   205         iFramework.ObjectMgr().GetObjectHandlesL( params, context, handles );
   205         iFramework.ObjectMgr().GetObjectHandlesL( params, context, handles );
   206         for ( TInt i = 0; i < handles.Count(); i++)
   206         for ( TInt i = 0; i < handles.Count(); i++)
   207             {
   207             {
   208             iObjectsToDelete.Append( handles[i] );
   208             iObjectsToDelete.AppendL( handles[i] );
   209             }
   209             }
   210         }
   210         }
   211     while ( !context.QueryComplete() );
   211     while ( !context.QueryComplete() );
   212     
   212     
   213     CleanupStack::PopAndDestroy( &handles ); // - handles
   213     CleanupStack::PopAndDestroy( &handles ); // - handles