emailservices/emailstore/message_store/server/inc/ContainerStoreContentManager.h
changeset 20 ecc8def7944a
parent 0 8466d47a6819
equal deleted inserted replaced
18:578830873419 20:ecc8def7944a
   108         /**
   108         /**
   109          * Transfer the ownership of an external content file to the content
   109          * Transfer the ownership of an external content file to the content
   110          * manager.
   110          * manager.
   111          * @param aContentPath path and file name of an existing content file
   111          * @param aContentPath path and file name of an existing content file
   112          */
   112          */
   113         TInt TransferContentFile(
   113         void TransferContentFileL(
   114             TContainerId aId, 
   114             TContainerId aId, 
   115             const TDesC& aContentPath );
   115             const TDesC& aContentPath );
   116         
   116         
   117         
   117         
   118 	private:
   118 	private: