Kaydet (Commit) 0f5ebbd9 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS configrefactor01 (1.5.84); FILE MERGED

2007/01/12 14:50:49 mmeeks 1.5.84.2: Another big prune of memory::Accessor ...
2007/01/08 20:49:05 mmeeks 1.5.84.1: Issue number:
Submitted by: mmeeks
Substantial configmgr re-factoring #1 ...
	+ remove endless typedef chains
	+ remove custom allocator & associated complexity
	+ remove Pointer, and 'Address' classes
üst e7653229
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: valuemembernode.hxx,v $ * $RCSfile: valuemembernode.hxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 04:35:43 $ * last change: $Author: ihi $ $Date: 2007-11-23 14:48:26 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -68,7 +68,7 @@ namespace configmgr ...@@ -68,7 +68,7 @@ namespace configmgr
/// create a ValueMemberNode for a given node /// create a ValueMemberNode for a given node
explicit ValueMemberNode(data::ValueNodeAccess const& _aNodeAccess); explicit ValueMemberNode(data::ValueNodeAccess const& _aNodeAccess);
/// create a deferred ValueMemberNode (xOriginal must not be empty) /// create a deferred ValueMemberNode (xOriginal must not be empty)
ValueMemberNode(data::Accessor const& _aAccessor, DeferredImplRef const& _xDeferred); ValueMemberNode(DeferredImplRef const& _xDeferred);
public: public:
ValueMemberNode(ValueMemberNode const& rOriginal); ValueMemberNode(ValueMemberNode const& rOriginal);
ValueMemberNode& operator=(ValueMemberNode const& rOriginal); ValueMemberNode& operator=(ValueMemberNode const& rOriginal);
......
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