webengine/osswebengine/WebCore/platform/network/symbian/HttpCacheSupply.h
branchRCL_3
changeset 42 a1a5d4e727e8
parent 25 0ed94ceaa377
child 48 79859ed3eea9
equal deleted inserted replaced
41:4bd5176e1bc8 42:a1a5d4e727e8
   133         * @since 3.1
   133         * @since 3.1
   134         * @param
   134         * @param
   135         * @return
   135         * @return
   136         */
   136         */
   137 		void ResumeSupply();
   137 		void ResumeSupply();
       
   138 		
       
   139         /**
       
   140         *
       
   141         * SetTransaction
       
   142         * @param aTransaction
       
   143         * @return
       
   144         */		
       
   145 		void SetDownloadTransaction(RHTTPTransaction* aTransaction);
   138 
   146 
   139     private:
   147     private:
   140 
   148 
   141         /**
   149         /**
   142         * Construct.
   150         * Construct.
   175         * @since 3.1
   183         * @since 3.1
   176         * @param
   184         * @param
   177         * @return
   185         * @return
   178         */
   186         */
   179         void SendBodyL();
   187         void SendBodyL();
       
   188         
       
   189         /**
       
   190         *
       
   191         * @SupplyToDownloadManager
       
   192         * @param
       
   193         * @return
       
   194         */        
       
   195         void SupplyToDownloadManager();
   180 
   196 
   181     private:    // Data
   197     private:    // Data
   182 
   198 
   183         //
   199         //
   184         CHttpCacheManager*              m_cacheManager;          // not owned
   200         CHttpCacheManager*              m_cacheManager;          // not owned
   196         THttpCacheEntry                 m_cacheEntry;
   212         THttpCacheEntry                 m_cacheEntry;
   197         // ETrue if the cache object is closed
   213         // ETrue if the cache object is closed
   198         TBool							m_closed;
   214         TBool							m_closed;
   199 
   215 
   200         CHttpCacheDataSupplier*         m_dataSupplier;
   216         CHttpCacheDataSupplier*         m_dataSupplier;
       
   217         
       
   218         RHTTPTransaction*               m_dlTransaction;
   201   };
   219   };
   202 
   220 
   203 #endif      // CHTTPCACHESUPPLY_H
   221 #endif      // CHTTPCACHESUPPLY_H
   204 
   222 
   205 // End of File
   223 // End of File