summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_constant.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_constant.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_constant.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_constant.h b/TAO/TAO_IDL/be_include/be_visitor_constant.h
new file mode 100644
index 00000000000..5b5d1e9f616
--- /dev/null
+++ b/TAO/TAO_IDL/be_include/be_visitor_constant.h
@@ -0,0 +1,29 @@
+/* -*- C++ -*- */
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_constant.h
+//
+// = DESCRIPTION
+// Concrete visitor for the constant class
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
+
+#ifndef TAO_BE_VISITOR_CONSTANT_H
+#define TAO_BE_VISITOR_CONSTANT_H
+
+#include "be_visitor_decl.h"
+#include "be_visitor_constant/constant_ch.h"
+#include "be_visitor_constant/constant_cs.h"
+
+#endif // TAO_BE_VISITOR_CONSTANT_H