codhandler/codeng/inc/FileSaver.h
branchRCL_3
changeset 48 79859ed3eea9
parent 36 c711bdda59f4
child 49 919f36ff910f
--- a/codhandler/codeng/inc/FileSaver.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/codhandler/codeng/inc/FileSaver.h	Tue Aug 31 16:17:46 2010 +0300
@@ -33,9 +33,6 @@
 class CDrmHandler;
 class CCodBuffStorage;
 class CCodData;
-#ifdef DOWNLOADMGR_PATH_PLUGIN_ENABLED_FF
-class CDownloadPathHandler;
-#endif
 
 // CLASS DECLARATION
 
@@ -213,20 +210,7 @@
         * Writes Buffer data to file
         */
         void FlushL();
-#ifdef DOWNLOADMGR_PATH_PLUGIN_ENABLED_FF
-    private:
-        /*
-         * Gets the instance of CDownloadPathHandler from the Plugin implementaion, if present 
-         */
-        CDownloadPathHandler* GetDownloadPathPluginInstanceL(TPtrC8& mimetype);
-        /*
-         * Get Updated path from the Plugin Implementation
-         * @param downloadPathPlugin instance of CDownloadPathHandler
-         * @param fname indicates filename 
-         * @param fileNamePtr 
-         */
-        void GetUpdatedPathFromPluginL(CDownloadPathHandler* downloadPathPlugin,TFileName& fname , TPtr& fileNamePtr);
-#endif
+
        
     protected:  // data