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:
parent
2dd3b96e9b
commit
5bffb2c7c7
1 changed files with 6 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue