commonuis/CommonUi/inc/DocHandlerBase.h
branchRCL_3
changeset 21 978afdc0236f
parent 20 d48ab3b357f1
equal deleted inserted replaced
20:d48ab3b357f1 21:978afdc0236f
   137         *
   137         *
   138         * @return           KErrNone if success. If fail, a fail reason 
   138         * @return           KErrNone if success. If fail, a fail reason 
   139         *                   constant declared in CDocumentHandler.h
   139         *                   constant declared in CDocumentHandler.h
   140         */
   140         */
   141         virtual TInt SetSrcFile( const RFile& aFile ) = 0;
   141         virtual TInt SetSrcFile( const RFile& aFile ) = 0;
       
   142         
       
   143         /**
       
   144         * Reset source file. It should be called until source file will not be used.
       
   145         */
       
   146         virtual void ResetSrcFile() = 0;
   142 
   147 
   143         /**
   148         /**
   144         * Set the root path of the memory where the file should be moved.
   149         * Set the root path of the memory where the file should be moved.
   145         * This method is used only in case of SilentMoveL. 
   150         * This method is used only in case of SilentMoveL. 
   146         *
   151         *