INTEGRATION: CWS nativefixer9 (1.11.28); FILE MERGED

2005/05/19 07:25:22 jb 1.11.28.1: #i49148# Store schema version in cache (in place of unused 'owner entity'). Invalidate cache on schema change.
This commit is contained in:
Rüdiger Timm 2005-05-20 14:41:41 +00:00
parent 648e3a4d62
commit 45b8c133f4

View file

@ -2,9 +2,9 @@
*
* $RCSfile: backendaccess.hxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: kz $ $Date: 2005-01-18 13:28:06 $
* last change: $Author: rt $ $Date: 2005-05-20 15:41:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -155,6 +155,11 @@ class BackendAccess : public IMergedDataProvider
*/
uno::Reference< backenduno::XSchema > getSchema(const OUString& aComponent) ;
/**
Retrieves the schema version of a component.
*/
OUString getSchemaVersion(const OUString& aComponent) ;
/**
Retrieves the layers for a request.
*/