commonuis/CommonUi/inc/DocHandlerBase.h
branchRCL_3
changeset 20 d48ab3b357f1
parent 19 aecbbf00d063
child 21 978afdc0236f
equal deleted inserted replaced
19:aecbbf00d063 20:d48ab3b357f1
   127         *
   127         *
   128         * @return           KErrNone if success. If fail, a fail reason 
   128         * @return           KErrNone if success. If fail, a fail reason 
   129         *                   constant declared in CDocumentHandler.h
   129         *                   constant declared in CDocumentHandler.h
   130         */
   130         */
   131         virtual TInt SetSrcFileName( const TDesC& aFileName ) = 0;
   131         virtual TInt SetSrcFileName( const TDesC& aFileName ) = 0;
       
   132         
       
   133         /**
       
   134         * Set the source file where the content must be fetched.
       
   135         *
       
   136         * @param aFile Source file handle
       
   137         *
       
   138         * @return           KErrNone if success. If fail, a fail reason 
       
   139         *                   constant declared in CDocumentHandler.h
       
   140         */
       
   141         virtual TInt SetSrcFile( const RFile& aFile ) = 0;
   132 
   142 
   133         /**
   143         /**
   134         * Set the root path of the memory where the file should be moved.
   144         * Set the root path of the memory where the file should be moved.
   135         * This method is used only in case of SilentMoveL. 
   145         * This method is used only in case of SilentMoveL. 
   136         *
   146         *