diff options
author | Cyrille Moureaux <cyrillem@openoffice.org> | 2002-06-17 13:30:04 +0000 |
---|---|---|
committer | Cyrille Moureaux <cyrillem@openoffice.org> | 2002-06-17 13:30:04 +0000 |
commit | 5fa92a38a89b6fa45da6ae4787169a49131231a5 (patch) | |
tree | 5edb0d9597704b236d38ebf8921b6793d4e0fbb1 /configmgr | |
parent | 0eb995158bd73ac48ffd791530e9be8d2fb4a877 (diff) |
Added methods for LocalSingleBackend and SingleBackendAdapter
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/inc/confapifactory.hxx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/configmgr/source/inc/confapifactory.hxx b/configmgr/source/inc/confapifactory.hxx index a581b116b700..b9dc31792002 100644 --- a/configmgr/source/inc/confapifactory.hxx +++ b/configmgr/source/inc/confapifactory.hxx @@ -2,9 +2,9 @@ * * $RCSfile: confapifactory.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: jb $ $Date: 2002-05-27 10:40:25 $ + * last change: $Author: cyrillem $ $Date: 2002-06-17 14:30:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -158,9 +158,19 @@ namespace configmgr { uno::Reference< uno::XInterface > SAL_CALL instantiateUpdateMerger ( CreationContext const& rServiceManager ); + uno::Reference<uno::XInterface> SAL_CALL + instantiateSingleBackendAdapter( + const CreationContext& aServiceManager) ; const ServiceInfo* getUpdateMergerServiceInfo(); + const ServiceInfo *getSingleBackendAdapterServiceInfo(void) ; } + namespace localbe { + uno::Reference<uno::XInterface> SAL_CALL instantiateLocalBackend( + const CreationContext& aServiceManager) ; + + const ServiceInfo *getLocalBackendServiceInfo(void) ; + } // localbe } // namespace configmgr #endif // CONFIGMGR_API_FACTORY_HXX_ |