summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL2/Traversal/Operation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL2/Traversal/Operation.hpp')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL2/Traversal/Operation.hpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL2/Traversal/Operation.hpp b/TAO/CIAO/CCF/CCF/IDL2/Traversal/Operation.hpp
index d2683f2e0ac..df94cfcea34 100644
--- a/TAO/CIAO/CCF/CCF/IDL2/Traversal/Operation.hpp
+++ b/TAO/CIAO/CCF/CCF/IDL2/Traversal/Operation.hpp
@@ -85,11 +85,10 @@ namespace CCF
map (typeid (SyntaxTree::AttributeDecl), this);
}
- virtual bool
+ virtual void
traverse (SyntaxTree::NodePtr const& n)
{
traverse (n->dynamic_type<SyntaxTree::AttributeDecl> ());
- return true;
}
virtual void
@@ -132,11 +131,10 @@ namespace CCF
map (typeid (SyntaxTree::OperationParameter), this);
}
- virtual bool
+ virtual void
traverse (SyntaxTree::NodePtr const& n)
{
traverse (n->dynamic_type<SyntaxTree::OperationParameter> ());
- return true;
}
virtual void
@@ -173,11 +171,10 @@ namespace CCF
map (typeid (SyntaxTree::OperationDecl), this);
}
- virtual bool
+ virtual void
traverse (SyntaxTree::NodePtr const& n)
{
traverse (n->dynamic_type<SyntaxTree::OperationDecl> ());
- return true;
}
virtual void