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