Kaydet (Commit) 1ebc2922 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS cfg04 (1.8.30); FILE MERGED

2003/12/01 11:18:53 ssmith 1.8.30.1: merge from apoco2
üst b6f07a5b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: localsinglebackend.hxx,v $ * $RCSfile: localsinglebackend.hxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: hr $ $Date: 2003-06-30 14:08:06 $ * last change: $Author: rt $ $Date: 2004-03-30 14:58:45 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -318,28 +318,7 @@ class LocalSingleBackend : public SingleBackendBase { ...@@ -318,28 +318,7 @@ class LocalSingleBackend : public SingleBackendBase {
sal_Bool isMoreRecent(const rtl::OUString& aComponent, sal_Bool isMoreRecent(const rtl::OUString& aComponent,
sal_Int32 aLayerId, sal_Int32 aLayerId,
const rtl::OUString& aTimestamp) ; const rtl::OUString& aTimestamp) ;
/** } ;
Validates a file URL
@param aFileURL URL of the file to validate
*/
void validateFileURL(rtl::OUString& aFileURL);
/**
Checks if a Directory exist for a given file URL
@param aFileURL URL of the file to validate
*/
void checkIfDirectory(rtl::OUString& aFileURL)
throw (backend::BackendSetupException);
/**
Checks if a File exist for a given file URL
@param aFileURL URL of the file to validate
*/
void checkFileExists(rtl::OUString& aFileURL)
throw (backend::CannotConnectException);
} ;
} } // configmgr.localbe } } // configmgr.localbe
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment