commonuis/CommonUi/inc/DocHandlerBase.h
branchRCL_3
changeset 19 aecbbf00d063
parent 18 fcdfafb36fe7
child 20 d48ab3b357f1
--- a/commonuis/CommonUi/inc/DocHandlerBase.h	Thu Aug 19 10:11:06 2010 +0300
+++ b/commonuis/CommonUi/inc/DocHandlerBase.h	Tue Aug 31 15:28:30 2010 +0300
@@ -129,16 +129,6 @@
         *                   constant declared in CDocumentHandler.h
         */
         virtual TInt SetSrcFileName( const TDesC& aFileName ) = 0;
-        
-        /**
-        * Set the source file where the content must be fetched.
-        *
-        * @param aFile Source file handle
-        *
-        * @return           KErrNone if success. If fail, a fail reason 
-        *                   constant declared in CDocumentHandler.h
-        */
-        virtual TInt SetSrcFile( const RFile& aFile ) = 0;
 
         /**
         * Set the root path of the memory where the file should be moved.