diff options
Diffstat (limited to 'configmgr/source/inc/confapifactory.hxx')
-rw-r--r-- | configmgr/source/inc/confapifactory.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/configmgr/source/inc/confapifactory.hxx b/configmgr/source/inc/confapifactory.hxx index 87de5261fb62..55b978b325c9 100644 --- a/configmgr/source/inc/confapifactory.hxx +++ b/configmgr/source/inc/confapifactory.hxx @@ -2,9 +2,9 @@ * * $RCSfile: confapifactory.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2004-07-05 13:22:45 $ + * last change: $Author: rt $ $Date: 2005-01-07 10:08:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -193,6 +193,9 @@ namespace configmgr uno::Reference<uno::XInterface> SAL_CALL instantiateLocalResourceStratum( CreationContext const& xContext ); + uno::Reference<uno::XInterface> SAL_CALL + instantiateLocalMultiStratum( CreationContext const& xContext ); + const ServiceRegistrationInfo * getLocalBackendServiceInfo(); const ServiceRegistrationInfo * getLocalDataImportServiceInfo(); const ServiceRegistrationInfo * getLocalHierarchyBrowserServiceInfo(); @@ -201,6 +204,7 @@ namespace configmgr const ServiceRegistrationInfo * getLocalDataStratumServiceInfo(); const ServiceRegistrationInfo * getLocalReadonlyStratumServiceInfo(); const ServiceRegistrationInfo * getLocalResourceStratumServiceInfo(); + const ServiceRegistrationInfo * getLocalMultiStratumServiceInfo(); } // localbe } // namespace configmgr |