metadataengine/server/inc/mdsmanipulationengine.h
branchRCL_3
changeset 15 3cebc1a84278
parent 3 b73a2e62868f
child 25 8e4539ab1889
child 41 2290317b9ec5
equal deleted inserted replaced
14:646a02f170b9 15:3cebc1a84278
   290 		 * 	0 otherwise
   290 		 * 	0 otherwise
   291 		 */
   291 		 */
   292 		TInt GetPendingL( TDefId aObjectDefId, TInt aBufferSize, 
   292 		TInt GetPendingL( TDefId aObjectDefId, TInt aBufferSize, 
   293 				RArray<TItemId>& aObjectIds );
   293 				RArray<TItemId>& aObjectIds );
   294 		
   294 		
       
   295 	      /**
       
   296 	         * Fetches object uris based on id array
       
   297 	         * @param aObjectIds list of object ids.
       
   298 	         * @param aObjectUris array for object uris.
       
   299 	         */
       
   300 		void GetObjectUrisByIdsL( const RArray<TItemId>& aObjectIds, 
       
   301 		                                         RPointerArray<HBufC>& aUriArray );
       
   302 		
   295 	protected:
   303 	protected:
   296 		TBool StartGarbageCollectionL();
   304 		TBool StartGarbageCollectionL();
   297 
   305 
   298     private: // Constructors and destructors
   306     private: // Constructors and destructors
   299 
   307