INTEGRATION: CWS configapi01 (1.5.4); FILE MERGED
2003/04/14 16:04:08 ssmith 1.5.4.1: #108808# fix for OInnerGroupInfoAccess:XElementAccess
This commit is contained in:
parent
66b0defd4c
commit
eb9b0410e0
1 changed files with 11 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: viewstrategy.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2003-04-01 13:43:09 $
|
||||
* last change: $Author: rt $ $Date: 2003-04-17 13:33:39 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -595,6 +595,15 @@ namespace configmgr
|
|||
return getMemberValueAccess(_aNode,_aName).isValid();
|
||||
}
|
||||
|
||||
bool ViewStrategy::hasValue(GroupNode const& _aNode) const
|
||||
{
|
||||
checkInstance(_aNode.tree());
|
||||
configuration::GroupNodeImpl* pGroupNode=_aNode.get_impl();
|
||||
data::GroupNodeAccess aGroupNodeAccess = pGroupNode->getDataAccess( _aNode.accessor() );
|
||||
return aGroupNodeAccess.hasChildren();
|
||||
}
|
||||
|
||||
|
||||
bool ViewStrategy::areValueDefaultsAvailable(GroupNode const& _aNode) const
|
||||
{
|
||||
checkInstance(_aNode.tree());
|
||||
|
|
Loading…
Reference in a new issue