inc/mdeharvestersession.h
branchRCL_3
changeset 8 50de4d668bb6
parent 2 b73a2e62868f
equal deleted inserted replaced
7:3cebc1a84278 8:50de4d668bb6
   277 			TRequestStatus& aStatus );
   277 			TRequestStatus& aStatus );
   278 	
   278 	
   279 	/**
   279 	/**
   280 	 * Update current C-drive media id to all objects in DB that have the old media id.
   280 	 * Update current C-drive media id to all objects in DB that have the old media id.
   281 	 */
   281 	 */
   282 	void ChangeCDriveMediaId();
   282 	IMPORT_C void ChangeCDriveMediaId();
   283 
   283 
   284 	/**
   284 	/**
   285 	 * Set "binary composing to file" pending flag to objects
   285 	 * Set "binary composing to file" pending flag to objects
   286 	 *
   286 	 *
   287 	 * @param aObjectId object IDs
   287 	 * @param aObjectId object IDs
   327 	IMPORT_C void ResetDBL();
   327 	IMPORT_C void ResetDBL();
   328 
   328 
   329 	/**
   329 	/**
   330 	 * Update DB with current internal mass storage media id
   330 	 * Update DB with current internal mass storage media id
   331 	 */
   331 	 */
   332     void CheckMassStorageMediaId( const TUint32 aMediaId );
   332 	IMPORT_C void CheckMassStorageMediaId( const TUint32 aMediaId );
   333 
   333 
   334 private:
   334 private:
   335 	CMdESessionImpl* iSession;
   335 	CMdESessionImpl* iSession;
   336 
   336 
   337 	RChunk iHarvestingPrioritizationChunk;
   337 	RChunk iHarvestingPrioritizationChunk;