INTEGRATION: CWS cfgruggedised (1.10.6); FILE MERGED

2004/07/23 13:31:32 jb 1.10.6.1: #i28654#,#i29838# Add InteractionHandler support to configuration
This commit is contained in:
Rüdiger Timm 2004-08-20 11:54:41 +00:00
parent 2dd3b96e9b
commit 5bffb2c7c7

View file

@ -2,9 +2,9 @@
*
* $RCSfile: filehelper.hxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: obo $ $Date: 2004-07-05 13:22:59 $
* last change: $Author: rt $ $Date: 2004-08-20 12:54:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -144,6 +144,10 @@ namespace configmgr
*/
void removeFile(const rtl::OUString& _aURL) CFG_THROW1(io::IOException);
/** removes a file specified by _aURL. Ignores the case of a non-existing file.
*/
bool tryToRemoveFile(const rtl::OUString& _aURL, bool tryBackupFirst);
/** creates an error msg string for a given file error return code.
*/
rtl::OUString createOSLErrorString(osl::FileBase::RC eError);