upnpframework/upnputilities/inc/upnpcommonutils.h
branchCompilerCompatibility
changeset 9 0b99b84ce2a1
parent 0 7f85d04be362
equal deleted inserted replaced
8:b0106cf14af7 9:0b99b84ce2a1
   191      * @since S60 3.1
   191      * @since S60 3.1
   192      *
   192      *
   193      * @param aFilePath original file path
   193      * @param aFilePath original file path
   194      * @return HBufC pointer to the new filepath
   194      * @return HBufC pointer to the new filepath
   195      */
   195      */
   196     IMPORT_C static HBufC* UPnPCommonUtils::RenameFileL( const TDesC& aFilePath );
   196     IMPORT_C static HBufC* RenameFileL( const TDesC& aFilePath );
   197     
   197     
   198     /**
   198     /**
   199      * Delete upnp genereated temporary files from download locations
   199      * Delete upnp genereated temporary files from download locations
   200      * both from phone memory and memory card
   200      * both from phone memory and memory card
   201      * Leave in case of fatal errors
   201      * Leave in case of fatal errors