metadataengine/server/src/mdsmanipulationengine.cpp
branchRCL_3
changeset 9 82c0024438c8
parent 7 3cebc1a84278
child 13 4a4892eec172
equal deleted inserted replaced
8:50de4d668bb6 9:82c0024438c8
   810         		&uri);
   810         		&uri);
   811 #endif
   811 #endif
   812 
   812 
   813     	TFilePresentStates placeHolder;
   813     	TFilePresentStates placeHolder;
   814     	TBool notPresentState( EFalse );
   814     	TBool notPresentState( EFalse );
   815     	const TItemId objectId = iManipulate->SearchNotPresentFileL( /*reservation(), */
   815     	const TItemId objectId = iManipulate->SearchNotPresentFileL( 
   816     			aMediaId, uri, fileInfo, placeHolder, notPresentState );
   816     			aMediaId, uri, fileInfo, placeHolder, notPresentState );
   817     	if ( placeHolder != EMdsNotFound )
   817     	if ( placeHolder != EMdsNotFound )
   818     		{
   818     		{
   819     		itemIds.Append( objectId );
   819     		itemIds.Append( objectId );
   820 
   820