summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp35
1 files changed, 20 insertions, 15 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp b/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
index 276bf3b7de2..1ec5ad27891 100644
--- a/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_component/executor_exs.cpp
@@ -1,17 +1,22 @@
-
-//=============================================================================
-/**
- * @file executor_exs.cpp
- *
- * $Id$
- *
- * Visitor generating code in the exec impl source.
- *
- *
- * @author Jeff Parsons
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO_IDL_BE
+//
+// = FILENAME
+// executor_exs.cpp
+//
+// = DESCRIPTION
+// Visitor generating code in the exec impl source.
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
be_visitor_executor_exs::be_visitor_executor_exs (
be_visitor_context *ctx)
@@ -35,7 +40,7 @@ be_visitor_executor_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;
}