--- a/commonuis/CommonUi/inc/DocDefaultHandler.h Thu Aug 19 10:11:06 2010 +0300
+++ b/commonuis/CommonUi/inc/DocDefaultHandler.h Tue Aug 31 15:28:30 2010 +0300
@@ -228,16 +228,6 @@
* constant declared in CDocumentHandler.h
*/
TInt SetSrcFileName( const TDesC& aFileName );
-
- /**
- * Set source file.
- *
- * @param aFile Source file handle
- *
- * @return KErrNone if success. If fail, a fail reason
- * constant declared in CDocumentHandler.h
- */
- TInt SetSrcFile( const RFile& aFile );
/**
* Set destination file name.
@@ -706,14 +696,7 @@
* Source filename
*/
TFileName iSourceFile;
-
- /**
- * Source file handle
- */
- RFile iFile;
-
- TBool iFileHandleSet;
-
+
/**
* Request status for the latest operation.
*/