browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpDownloadManagerServerEngine.h
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    14 * Description:  
    14 * Description:  
    15 *       This class implements download manager.
    15 *       This class implements download manager.
    16 *
    16 *
    17 */
    17 */
    18 
    18 
       
    19 
       
    20 
    19 #ifndef HTTPDOWNLOADMANAGER_H
    21 #ifndef HTTPDOWNLOADMANAGER_H
    20 #define HTTPDOWNLOADMANAGER_H
    22 #define HTTPDOWNLOADMANAGER_H
    21 
    23 
    22 //  INCLUDES
    24 //  INCLUDES
    23 #include "HttpDownload.h"
    25 #include "HttpDownload.h"
    24 
    26 
    25 #include <httpdownloadmgrcommon.h>
    27 #include <HttpDownloadMgrCommon.h>
    26 #include <e32std.h>
    28 #include <e32std.h>
    27 #include <f32file.h>
    29 #include <f32file.h>
    28 
    30 
    29 #include <e32property.h>
    31 #include <e32property.h>
    30 #include <UikonInternalPSKeys.h>
    32 #include <UikonInternalPSKeys.h>
   154         * Returns the number of active download in the engine. 
   156         * Returns the number of active download in the engine. 
   155         * @since Series 60 v2.8
   157         * @since Series 60 v2.8
   156         * @param ?arg1 ?description
   158         * @param ?arg1 ?description
   157         * @return ?description
   159         * @return ?description
   158         */
   160         */
   159         EXPORT_C TInt ActiveDownloads() const;
   161         IMPORT_C TInt ActiveDownloads() const;
   160 
   162 
   161         /**
   163         /**
   162         * Calculates the total size of all on-going downloads in the 
   164         * Calculates the total size of all on-going downloads in the 
   163         * Download manager. Downloads which have been completed are not
   165         * Download manager. Downloads which have been completed are not
   164         * taken to be part of this size.
   166         * taken to be part of this size.