diff -r ae54820ef82c -r 245df5276b97 ncdengine/engine/transport/inc/catalogshttpdownloadmanagerimpl.h --- a/ncdengine/engine/transport/inc/catalogshttpdownloadmanagerimpl.h Tue Jul 06 14:23:31 2010 +0300 +++ b/ncdengine/engine/transport/inc/catalogshttpdownloadmanagerimpl.h Wed Aug 18 09:55:45 2010 +0300 @@ -19,7 +19,7 @@ #ifndef C_CATALOGSHTTPDOWNLOADMANAGER_H #define C_CATALOGSHTTPDOWNLOADMANAGER_H -#include +// #include #include "catalogstransportoperationid.h" #include "catalogshttpsession.h" // RCatalogsHttpOperationArray @@ -30,6 +30,9 @@ #include #include #include + +#include //HLa + class MCatalogsHttpConfig; class CCatalogsHttpConfig; class CCatalogsHttpDownload; @@ -262,11 +265,12 @@ * @param aArray Array to search from * @param aDownload Download to find * @return Index to the download in iDownloads - */ + */ + /* HLa TInt FindInDownloads( const RCatalogsHttpOperationArray& aArray, RHttpDownload* aDownload ) const; - + */ /** * Searches for the given download from the given array and returns @@ -286,6 +290,7 @@ /** * Download events */ + /* HLa class TDownloadEvent { public: @@ -298,7 +303,7 @@ { } }; - + */ /** * Sets this object active if event queue has unhandled events @@ -309,12 +314,14 @@ * Removes events from event queue that belong to the same * RHttpDownload as aEvent */ + /* void RemoveUnhandledEvents( const TDownloadEvent& aEvent ); void RemoveUnhandledProgressEvents( const TDownloadEvent& aEvent ); - + */ + /** * Deletes downloads that have not been paused by the user */ @@ -343,7 +350,7 @@ RFs iFs; TCatalogsConnectionMethod iCurrentAp; - RArray iEventQueue; + // RArray iEventQueue; //HLa TInt iCurrentDlId; // id of the last created download };