Kaydet (Commit) 1ed2fca7 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS cfg01 (1.2.24); FILE MERGED

2003/03/12 16:59:49 jb 1.2.24.2: #108154# Use NodeAccessRef to avoid copying Accessor objects; restore getAttributes as inline function
2003/02/28 16:33:38 ssmith 1.2.24.1: #107403# #107403# adding support for mandatory flag and changing dynamic properties semantics
üst 1c4f45d7
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: valuenodeaccess.cxx,v $ * $RCSfile: valuenodeaccess.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: jb $ $Date: 2002-03-28 08:27:42 $ * last change: $Author: vg $ $Date: 2003-04-01 13:38:51 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -87,7 +87,7 @@ namespace configmgr ...@@ -87,7 +87,7 @@ namespace configmgr
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
// ------------------------------------------------------------------------- // -------------------------------------------------------------------------
Pointer ValueNodeAccess::check(NodeAccess const& _aNode) Pointer ValueNodeAccess::check(NodeAccessRef const& _aNode)
{ {
if (sharable::Node const* pNode = _aNode.getDataPtr()) if (sharable::Node const* pNode = _aNode.getDataPtr())
return _aNode.accessor().address(pNode->valueData()); return _aNode.accessor().address(pNode->valueData());
...@@ -220,6 +220,7 @@ void ValueNodeAccess::changeDefault(memory::UpdateAccessor & _aUpdater, NodeAddr ...@@ -220,6 +220,7 @@ void ValueNodeAccess::changeDefault(memory::UpdateAccessor & _aUpdater, NodeAddr
} }
} }
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/* /*
void ValueNode::clearData(data::Allocator const & _aAlloc) void ValueNode::clearData(data::Allocator const & _aAlloc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment