ncdengine/engine/transport/inc/catalogshttpdownloadmanagerimpl.h
changeset 64 48c14c385b0e
parent 50 c6e8afe0ba85
child 69 b18a4bf55ddb
equal deleted inserted replaced
58:67f2119dc623 64:48c14c385b0e
     1 /*
     1 /*
     2 * Copyright (c) 2006-2008 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   213         CDocumentHandler& DocumentHandler();
   213         CDocumentHandler& DocumentHandler();
   214         
   214         
   215         TInt NewDownloadId();
   215         TInt NewDownloadId();
   216         
   216         
   217        WRT::Download& CreatePlatformDownloadL( const TDesC8& aUrl );
   217        WRT::Download& CreatePlatformDownloadL( const TDesC8& aUrl );
   218       void downloadMgrEventRecieved(WRT::DownloadEvent* dlmEvent);
   218       void downloadMgrEventRecieved(DownloadManagerEvent* dlmEvent);
   219 
   219 
   220 
   220 
   221 
   221 
   222     public: // from MCatalogsAccessPointObserver
   222     public: // from MCatalogsAccessPointObserver
   223     
   223     
   360 	{
   360 	{
   361 		 Q_OBJECT
   361 		 Q_OBJECT
   362 		 	public:
   362 		 	public:
   363 		 		CCatalogsHttpQTDownloadManager(CCatalogsHttpDownloadManager* aDownloadManager,DownloadManager* aDmgr);
   363 		 		CCatalogsHttpQTDownloadManager(CCatalogsHttpDownloadManager* aDownloadManager,DownloadManager* aDmgr);
   364 	    public slots:
   364 	    public slots:
   365     	void downloadMgrEventRecieved(WRT::DownloadEvent*);
   365     	void downloadMgrEventRecieved(DownloadManagerEvent*);
   366 	    public:
   366 	    public:
   367 	    	CCatalogsHttpDownloadManager* iDownloadManager;
   367 	    	CCatalogsHttpDownloadManager* iDownloadManager;
   368 	    	DownloadManager* iDmgr ;
   368 	    	DownloadManager* iDmgr ;
   369 	};
   369 	};
   370 	
   370