mtpdataproviders/mtpimagedp/src/cmtpimagedpdeleteobject.cpp
changeset 31 a26669f87b46
parent 29 3ae5cb0b4c02
child 47 63cf70d3ecd8
equal deleted inserted replaced
29:3ae5cb0b4c02 31:a26669f87b46
   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