summaryrefslogtreecommitdiff
path: root/trunk/TAO/TAO_IDL/be_include/be_visitor_typedef.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/TAO_IDL/be_include/be_visitor_typedef.h')
-rw-r--r--trunk/TAO/TAO_IDL/be_include/be_visitor_typedef.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/trunk/TAO/TAO_IDL/be_include/be_visitor_typedef.h b/trunk/TAO/TAO_IDL/be_include/be_visitor_typedef.h
new file mode 100644
index 00000000000..82f6dd899d6
--- /dev/null
+++ b/trunk/TAO/TAO_IDL/be_include/be_visitor_typedef.h
@@ -0,0 +1,37 @@
+/* -*- c++ -*- */
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_typedef.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Typedef class
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
+
+#ifndef TAO_BE_VISITOR_TYPEDEF_H
+#define TAO_BE_VISITOR_TYPEDEF_H
+
+#include "be_visitor_decl.h"
+#include "be_visitor_typedef/typedef.h"
+#include "be_visitor_typedef/typedef_ch.h"
+#include "be_visitor_typedef/typedef_ci.h"
+#include "be_visitor_typedef/typedef_cs.h"
+#include "be_visitor_typedef/any_op_ch.h"
+#include "be_visitor_typedef/any_op_cs.h"
+#include "be_visitor_typedef/cdr_op_ch.h"
+#include "be_visitor_typedef/cdr_op_cs.h"
+#include "be_visitor_typedef/serializer_op_ch.h"
+#include "be_visitor_typedef/serializer_op_cs.h"
+
+#endif // TAO_BE_VISITOR_TYPEDEF_H