browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpDownloadManagerServerEngine.h
changeset 74 91031d3aab7d
parent 65 5bfc169077b2
equal deleted inserted replaced
68:92a765b5b3e7 74:91031d3aab7d
   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.