commonuis/CommonUi/inc/DocHandlerBase.h
branchRCL_3
changeset 51 fcdfafb36fe7
parent 0 2f259fa3e83a
child 55 aecbbf00d063
equal deleted inserted replaced
50:a1caeb42b3a3 51:fcdfafb36fe7
   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         *