summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_module.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_module.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_module.h b/TAO/TAO_IDL/be_include/be_visitor_module.h
new file mode 100644
index 00000000000..be863aa967f
--- /dev/null
+++ b/TAO/TAO_IDL/be_include/be_visitor_module.h
@@ -0,0 +1,34 @@
+/* -*- c++ -*- */
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_module.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Module class
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
+
+#ifndef TAO_BE_VISITOR_MODULE_H
+#define TAO_BE_VISITOR_MODULE_H
+
+#include "be_visitor_scope.h"
+#include "be_visitor_module/module.h"
+#include "be_visitor_module/module_ch.h"
+#include "be_visitor_module/module_sh.h"
+#include "be_visitor_module/module_ih.h"
+#include "be_visitor_module/any_op.h"
+#include "be_visitor_module/cdr_op.h"
+#include "be_visitor_module/serializer_op.h"
+
+#endif // TAO_BE_VISITOR_MODULE_H