summaryrefslogtreecommitdiff
path: root/configmgr/source/services.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/services.cxx')
-rw-r--r--configmgr/source/services.cxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/configmgr/source/services.cxx b/configmgr/source/services.cxx
index 365c50c0e064..5c58eb719ac2 100644
--- a/configmgr/source/services.cxx
+++ b/configmgr/source/services.cxx
@@ -42,6 +42,8 @@
#include "configurationprovider.hxx"
#include "configurationregistry.hxx"
#include "defaultprovider.hxx"
+#include "readonlyaccess.hxx"
+#include "readwriteaccess.hxx"
#include "update.hxx"
namespace {
@@ -68,6 +70,14 @@ static cppu::ImplementationEntry const services[] = {
&configmgr::configuration_registry::getImplementationName,
&configmgr::configuration_registry::getSupportedServiceNames,
&cppu::createSingleComponentFactory, 0, 0 },
+ { &configmgr::read_only_access::create,
+ &configmgr::read_only_access::getImplementationName,
+ &configmgr::read_only_access::getSupportedServiceNames,
+ &cppu::createSingleComponentFactory, 0, 0 },
+ { &configmgr::read_write_access::create,
+ &configmgr::read_write_access::getImplementationName,
+ &configmgr::read_write_access::getSupportedServiceNames,
+ &cppu::createSingleComponentFactory, 0, 0 },
{ &configmgr::update::create, &configmgr::update::getImplementationName,
&configmgr::update::getSupportedServiceNames,
&cppu::createSingleComponentFactory, 0, 0 },