ncdengine/engine/transport/inc/catalogshttpdownload.h
branchRCL_3
changeset 11 3ba40be8e484
parent 4 3eebb1e54d3a
child 25 7333d7932ef7
--- a/ncdengine/engine/transport/inc/catalogshttpdownload.h	Fri Feb 19 22:57:02 2010 +0200
+++ b/ncdengine/engine/transport/inc/catalogshttpdownload.h	Fri Mar 12 15:43:14 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -480,6 +480,11 @@
     void UpdateExtensionL();
     
     /**
+     *  Replace current extension at aName with extension given (eExt).
+     */
+    void CCatalogsHttpDownload::ReplaceExtension( TDes& aName, const TDesC& aExt );
+    
+    /**
      * Checks the preset content-type and forces HEAD request if
      * content is OMA DD, JAD or some DRM file
      */