summaryrefslogtreecommitdiff
path: root/configmgr/source/services.cxx
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-04 16:12:36 +0100
committersb <sb@openoffice.org>2010-02-04 16:12:36 +0100
commitb2953f29a427012bfdc92ba662cb773cf213aa1a (patch)
tree11fefbf3e7c86fa9d0620df4edf4e0f1f02c22bf /configmgr/source/services.cxx
parent0abe577d09b74edc6589a0299b319e0d22fa2678 (diff)
sb111: #i108905# implemented rudimentary ConfigurationRegistry service for backwards compatibility; deprecated the service
Diffstat (limited to 'configmgr/source/services.cxx')
-rw-r--r--configmgr/source/services.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx
index d25d84290d41..acbd2066a5d9 100644
--- a/configmgr/source/services.cxx
+++ b/configmgr/source/services.cxx
@@ -44,6 +44,7 @@
#include "sal/types.h"
#include "configurationprovider.hxx"
+#include "configurationregistry.hxx"
#include "defaultprovider.hxx"
namespace {
@@ -65,6 +66,9 @@ static cppu::ImplementationEntry const services[] = {
{ &dummy, &configmgr::default_provider::getImplementationName,
&configmgr::default_provider::getSupportedServiceNames,
&configmgr::default_provider::createFactory, 0, 0 },
+ { &dummy, &configmgr::configuration_registry::getImplementationName,
+ &configmgr::configuration_registry::getSupportedServiceNames,
+ &configmgr::configuration_registry::createFactory, 0, 0 },
{ 0, 0, 0, 0, 0, 0 }
};