web_pub/download_mgr_client_api/inc/DownloadMgrClient.h
changeset 26 cb62a4f66ebe
parent 25 0ed94ceaa377
child 38 4917f9bf7995
equal deleted inserted replaced
25:0ed94ceaa377 26:cb62a4f66ebe
   114 *  Creates a download manager session and performs operations on it 
   114 *  Creates a download manager session and performs operations on it 
   115 *
   115 *
   116 *  @lib -
   116 *  @lib -
   117 *  @since Series 60 2.8
   117 *  @since Series 60 2.8
   118 */
   118 */
       
   119 
   119 NONSHARABLE_CLASS( RHttpDownloadMgr ) : public RSessionBase,
   120 NONSHARABLE_CLASS( RHttpDownloadMgr ) : public RSessionBase,
   120                                         public MHttpDownloadMgrObserver
   121                                         public MHttpDownloadMgrObserver
   121 	{
   122 	{
   122     public:
   123     public:
   123         /**
   124         /**
   362 		* Set next uri observer.
   363 		* Set next uri observer.
   363 		* @param aObserver Observer.
   364 		* @param aObserver Observer.
   364         * @return None.
   365         * @return None.
   365 		*/        
   366 		*/        
   366         IMPORT_C void SetNextUriObserver( MHttpDownloadMgrNextUriObserver* aObserver );
   367         IMPORT_C void SetNextUriObserver( MHttpDownloadMgrNextUriObserver* aObserver );
       
   368         
       
   369     /**
       
   370 		* Checks for possibility of a new donload 
       
   371 		* @param None
       
   372         * @return TBool,possibility of a new download.
       
   373 		*/
       
   374         TBool IsNewDownloadPossible();
   367 
   375 
   368     protected: // from MHttpDownloadMgrObserver
   376     protected: // from MHttpDownloadMgrObserver
   369 
   377 
   370         /**
   378         /**
   371         * Indicates an event.
   379         * Indicates an event.