summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/IDL3/Traversal/EventType.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/IDL3/Traversal/EventType.hpp')
-rw-r--r--TAO/CIAO/CCF/CCF/IDL3/Traversal/EventType.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/CIAO/CCF/CCF/IDL3/Traversal/EventType.hpp b/TAO/CIAO/CCF/CCF/IDL3/Traversal/EventType.hpp
index e2928bb7439..e8c1c190d88 100644
--- a/TAO/CIAO/CCF/CCF/IDL3/Traversal/EventType.hpp
+++ b/TAO/CIAO/CCF/CCF/IDL3/Traversal/EventType.hpp
@@ -28,11 +28,10 @@ namespace CCF
map (typeid (SyntaxTree::ConcreteEventTypeDef), this);
}
- virtual bool
+ virtual void
traverse (SyntaxTree::NodePtr const& n)
{
traverse (n->dynamic_type<SyntaxTree::ConcreteEventTypeDef> ());
- return true;
}
virtual void