summaryrefslogtreecommitdiffstats
path: root/configmgr/source/data.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-12-13 22:16:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-12-13 22:16:31 +0100
commitdb4bc6812d69d960a558b89c18f08b17a2e38d27 (patch)
tree15d6547e929635baaffd9a4008a872e9d1c246e6 /configmgr/source/data.hxx
parentResolves: rhbz#761009 IFSD_Equal is asymmetrical (diff)
downloadcore-db4bc6812d69d960a558b89c18f08b17a2e38d27.tar.gz
core-db4bc6812d69d960a558b89c18f08b17a2e38d27.zip
Unified configmgr::Node::getMember{s,Map} again.
(With the insight that Data::components is RootNode::members.)
Diffstat (limited to 'configmgr/source/data.hxx')
-rw-r--r--configmgr/source/data.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/data.hxx b/configmgr/source/data.hxx
index 64980eef4056..b557ea1e817c 100644
--- a/configmgr/source/data.hxx
+++ b/configmgr/source/data.hxx
@@ -60,8 +60,6 @@ struct Data: private boost::noncopyable {
NodeMap templates;
- NodeMap components;
-
Modifications modifications;
static rtl::OUString createSegment(
@@ -91,6 +89,8 @@ struct Data: private boost::noncopyable {
rtl::Reference< Node > getTemplate(
int layer, rtl::OUString const & fullName) const;
+ NodeMap & getComponents() const;
+
Additions * addExtensionXcuAdditions(
rtl::OUString const & url, int layer);