summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_component.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_component.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_component.h41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_component.h b/TAO/TAO_IDL/be_include/be_visitor_component.h
new file mode 100644
index 00000000000..c3c0b2d0db4
--- /dev/null
+++ b/TAO/TAO_IDL/be_include/be_visitor_component.h
@@ -0,0 +1,41 @@
+/* -*- c++ -*- */
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_component.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Component class
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
+
+#ifndef TAO_BE_VISITOR_COMPONENT_H
+#define TAO_BE_VISITOR_COMPONENT_H
+
+#include "be_visitor_interface.h"
+
+#include "be_visitor_component/component.h"
+#include "be_visitor_component/component_ch.h"
+#include "be_visitor_component/component_ci.h"
+#include "be_visitor_component/component_cs.h"
+#include "be_visitor_component/component_sh.h"
+#include "be_visitor_component/component_si.h"
+#include "be_visitor_component/component_ss.h"
+#include "be_visitor_component/component_ih.h"
+#include "be_visitor_component/component_is.h"
+#include "be_visitor_component/any_op_ch.h"
+#include "be_visitor_component/any_op_cs.h"
+#include "be_visitor_component/cdr_op_ch.h"
+#include "be_visitor_component/cdr_op_cs.h"
+
+#endif /* TAO_BE_VISITOR_COMPONENT_H */