summaryrefslogtreecommitdiff
path: root/modules/TAO/TAO_IDL/be_include/be_visitor_connector/connector_dds_exs.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-10-29 12:52:13 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-10-29 12:52:13 +0000
commit81880503000153b64b4f0ee3ee4018b54220ba38 (patch)
treec7e6c002eef4e633f0f6af28d87ff7f146c6c53e /modules/TAO/TAO_IDL/be_include/be_visitor_connector/connector_dds_exs.h
parent5428ca2afc9c5afc5c3fb61c272e39eff53ad6c2 (diff)
downloadATCD-idl3_plus_v2.tar.gz
ChangeLogTag: Thu Oct 29 12:50:35 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>idl3_plus_v2
Diffstat (limited to 'modules/TAO/TAO_IDL/be_include/be_visitor_connector/connector_dds_exs.h')
-rw-r--r--modules/TAO/TAO_IDL/be_include/be_visitor_connector/connector_dds_exs.h46
1 files changed, 46 insertions, 0 deletions
diff --git a/modules/TAO/TAO_IDL/be_include/be_visitor_connector/connector_dds_exs.h b/modules/TAO/TAO_IDL/be_include/be_visitor_connector/connector_dds_exs.h
new file mode 100644
index 00000000000..66a996ccc8a
--- /dev/null
+++ b/modules/TAO/TAO_IDL/be_include/be_visitor_connector/connector_dds_exs.h
@@ -0,0 +1,46 @@
+//
+// $Id$
+//
+/* -*- c++ -*- */
+// ============================================================================
+//
+// = LIBRARY
+// TAO_IDL_BE
+//
+// = FILENAME
+// connector_dds_exs.h
+//
+// = DESCRIPTION
+// Concrete visitor for the DDS Connector node.
+// This provides for code generation in the exec impl source.
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
+
+#ifndef _BE_CONNECTOR_CONNECTOR_DDS_EXS_H_
+#define _BE_CONNECTOR_CONNECTOR_DDS_EXS_H_
+
+class be_visitor_connector_dds_exs
+ : public be_visitor_component_scope
+{
+ //
+ // = TITLE
+ // be_visitor_connector_dds_exs
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate
+ // the executor implementation source for connectors.
+ //
+ //
+public:
+ be_visitor_connector_dds_exs (be_visitor_context *ctx);
+
+ ~be_visitor_connector_dds_exs (void);
+
+ virtual int visit_connector (be_connector *node);
+};
+
+#endif /* _BE_CONNECTOR_CONNECTOR_DDS_EXS_H_ */
+