downloadmgrclientapiext.h

Go to the documentation of this file.
00001 /*
00002 * ============================================================================
00003 *  Name        : DownloadMgrClientApiExt.h
00004 *  Part of     : DownloadMgrClntSrv / DownloadMgr
00005 *  Description : API extensions for RHttpDownloadMgr
00006 *  Version     : %version: 1 % << Don't touch! Updated by Synergy at check-out.
00007 *
00008 *  Copyright © 2006 Nokia.  All rights reserved.
00009 *  This material, including documentation and any related computer
00010 *  programs, is protected by copyright controlled by Nokia.  All
00011 *  rights are reserved.  Copying, including reproducing, storing,
00012 *  adapting or translating, any or all of this material requires the
00013 *  prior written consent of Nokia.  This material also contains
00014 *  confidential information which may not be disclosed to others
00015 *  without the prior written consent of Nokia.
00016 * ============================================================================
00017 */
00018 
00019 
00020 #ifndef __RHTTPDOWNLOADMGRAPIEXT_H__
00021 #define __RHTTPDOWNLOADMGRAPIEXT_H__
00022 
00023 
00024 #include "DownloadMgrClient.h"
00025 
00026 
00035 class RHttpDownloadMgrApiExt : public RHttpDownloadMgr
00036     {
00037 
00038     public:
00042         IMPORT_C RHttpDownloadMgrApiExt();
00043 
00044     public:    // New functions
00045 
00051         IMPORT_C RHttpDownload& AttachToDownloadL( const TInt32 aDlId );
00052 
00053     };
00054 
00055 
00056 
00057 // __RHTTPDOWNLOADMGRAPIEXT_H__
00058 #endif

Copyright © Nokia Corporation 2001-2008
Back to top