From 5fa92a38a89b6fa45da6ae4787169a49131231a5 Mon Sep 17 00:00:00 2001 From: Cyrille Moureaux Date: Mon, 17 Jun 2002 13:30:04 +0000 Subject: Added methods for LocalSingleBackend and SingleBackendAdapter --- configmgr/source/inc/confapifactory.hxx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'configmgr') 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 SAL_CALL + instantiateSingleBackendAdapter( + const CreationContext& aServiceManager) ; const ServiceInfo* getUpdateMergerServiceInfo(); + const ServiceInfo *getSingleBackendAdapterServiceInfo(void) ; } + namespace localbe { + uno::Reference SAL_CALL instantiateLocalBackend( + const CreationContext& aServiceManager) ; + + const ServiceInfo *getLocalBackendServiceInfo(void) ; + } // localbe } // namespace configmgr #endif // CONFIGMGR_API_FACTORY_HXX_ -- cgit