mtpfws/mtpfw/dataproviders/dputility/src/cmtpgetobjectproplist.cpp
changeset 52 866b4af7ffbe
parent 49 c20dd21d1eb4
equal deleted inserted replaced
51:64200268cac2 52:866b4af7ffbe
   276 	TMTPObjectMgrQueryParams    params(aStorageId, aFormatCode, aParentHandle, iFramework.DataProviderId());
   276 	TMTPObjectMgrQueryParams    params(aStorageId, aFormatCode, aParentHandle, iFramework.DataProviderId());
   277 	CleanupClosePushL(context);
   277 	CleanupClosePushL(context);
   278 	CleanupClosePushL(handles);
   278 	CleanupClosePushL(handles);
   279 	
   279 	
   280 	delete iHandles;
   280 	delete iHandles;
       
   281 	iHandles = NULL;
   281 	iHandles = CMTPTypeArray::NewL(EMTPTypeAUINT32);
   282 	iHandles = CMTPTypeArray::NewL(EMTPTypeAUINT32);
   282 	
   283 	
   283 	do
   284 	do
   284 	    {
   285 	    {
   285     	iFramework.ObjectMgr().GetObjectHandlesL(params, context, handles);
   286     	iFramework.ObjectMgr().GetObjectHandlesL(params, context, handles);