summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp37
1 files changed, 21 insertions, 16 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp b/TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp
index e21b1e3cc20..f17c7bd3654 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/facet_exs.cpp
@@ -1,17 +1,22 @@
-
-//=============================================================================
-/**
- * @file facet_exs.cpp
- *
- * $Id$
- *
- * Visitor generating code for facets in the exec impl source.
- *
- *
- * @author Jeff Parsons
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO_IDL_BE
+//
+// = FILENAME
+// facet_exs.cpp
+//
+// = DESCRIPTION
+// Visitor generating code for facets in the exec impl source.
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
be_visitor_facet_exs::be_visitor_facet_exs (
be_visitor_context *ctx)
@@ -35,7 +40,7 @@ be_visitor_facet_exs::visit_operation (be_operation *node)
// Components have implied IDL operations added to the AST, but
// we are interested only in supported interface operations.
- if (nt == AST_Decl::NT_component || nt == AST_Decl::NT_connector)
+ if (nt == AST_Decl::NT_component)
{
return 0;
}
@@ -53,7 +58,7 @@ be_visitor_facet_exs::visit_attribute (be_attribute *node)
// Components have implied IDL operations added to the AST, but
// we are interested only in supported interface operations.
- if (nt == AST_Decl::NT_component || nt == AST_Decl::NT_connector)
+ if (nt == AST_Decl::NT_component)
{
return 0;
}