Kaydet (Commit) 9aa82b57 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED

2005/11/01 12:47:20 cd 1.4.4.1: #i53898# Warning free code for sun solaris compiler
üst 235ba4de
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: nodevisitor.hxx,v $ * $RCSfile: nodevisitor.hxx,v $
* *
* $Revision: 1.4 $ * $Revision: 1.5 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 03:52:35 $ * last change: $Author: hr $ $Date: 2006-06-19 23:24:01 $
* *
* 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.
...@@ -109,6 +109,7 @@ namespace configmgr ...@@ -109,6 +109,7 @@ namespace configmgr
Result visitElements(SetNodeAccess const& _aNode); Result visitElements(SetNodeAccess const& _aNode);
protected: protected:
using NodeVisitor::handle;
/// do the operation on <var>aNode</var>. Default implementation call NodeVisitor::visit for the rootnode. /// do the operation on <var>aNode</var>. Default implementation call NodeVisitor::visit for the rootnode.
virtual Result handle(TreeAccessor const& _aElementTree); virtual Result handle(TreeAccessor const& _aElementTree);
......
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