emailservices/emailstore/message_store/server/inc/ContainerStoreContentManager.h
branchRCL_3
changeset 11 0396474f30f5
parent 8 e1b6206813b4
child 24 d189ee25cf9d
equal deleted inserted replaced
10:f5907b1a1053 11:0396474f30f5
   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: