browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpDownloadManagerServerEngine.h
branchGCC_SURGE
changeset 88 cb5ac135d1df
parent 74 91031d3aab7d
equal deleted inserted replaced
82:1c386166cb87 88:cb5ac135d1df
   156         * Returns the number of active download in the engine. 
   156         * Returns the number of active download in the engine. 
   157         * @since Series 60 v2.8
   157         * @since Series 60 v2.8
   158         * @param ?arg1 ?description
   158         * @param ?arg1 ?description
   159         * @return ?description
   159         * @return ?description
   160         */
   160         */
   161         EXPORT_C TInt ActiveDownloads() const;
   161         IMPORT_C TInt ActiveDownloads() const;
   162 
   162 
   163         /**
   163         /**
   164         * Calculates the total size of all on-going downloads in the 
   164         * Calculates the total size of all on-going downloads in the 
   165         * Download manager. Downloads which have been completed are not
   165         * Download manager. Downloads which have been completed are not
   166         * taken to be part of this size.
   166         * taken to be part of this size.