summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configmgr/source/treemgr/viewstrategy.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/treemgr/viewstrategy.hxx b/configmgr/source/treemgr/viewstrategy.hxx
index 45fbcca0c6eb..bd8c90e72c3b 100644
--- a/configmgr/source/treemgr/viewstrategy.hxx
+++ b/configmgr/source/treemgr/viewstrategy.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: viewstrategy.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-04-01 13:43:20 $
+ * last change: $Author: rt $ $Date: 2003-04-17 13:33:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -170,6 +170,9 @@ namespace configmgr
/// does this hold a child value of the given name
bool hasValue(GroupNode const& _aNode, Name const& _aName) const;
+ /// does this hold a child value
+ bool hasValue(GroupNode const& _aNode) const;
+
/// are defaults for this node available ?
bool areValueDefaultsAvailable(GroupNode const& _aNode) const;