ncdengine/engine/transport/inc/catalogshttpdownload.h
branchRCL_3
changeset 11 3ba40be8e484
parent 4 3eebb1e54d3a
child 25 7333d7932ef7
equal deleted inserted replaced
9:51c0f5edf5ef 11:3ba40be8e484
     1 /*
     1 /*
     2 * Copyright (c) 2006-2007 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".
   476     /**
   476     /**
   477      * Gets the correct extension for iTempFilename by using dochandler
   477      * Gets the correct extension for iTempFilename by using dochandler
   478      * and ContentType() and sets it to iConfig
   478      * and ContentType() and sets it to iConfig
   479      */
   479      */
   480     void UpdateExtensionL();
   480     void UpdateExtensionL();
       
   481     
       
   482     /**
       
   483      *  Replace current extension at aName with extension given (eExt).
       
   484      */
       
   485     void CCatalogsHttpDownload::ReplaceExtension( TDes& aName, const TDesC& aExt );
   481     
   486     
   482     /**
   487     /**
   483      * Checks the preset content-type and forces HEAD request if
   488      * Checks the preset content-type and forces HEAD request if
   484      * content is OMA DD, JAD or some DRM file
   489      * content is OMA DD, JAD or some DRM file
   485      */
   490      */