summaryrefslogtreecommitdiff
path: root/ACE/TAO/TAO_IDL/be_include/be_visitor_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/TAO_IDL/be_include/be_visitor_attribute.h')
-rw-r--r--ACE/TAO/TAO_IDL/be_include/be_visitor_attribute.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/ACE/TAO/TAO_IDL/be_include/be_visitor_attribute.h b/ACE/TAO/TAO_IDL/be_include/be_visitor_attribute.h
new file mode 100644
index 00000000000..b8849a25864
--- /dev/null
+++ b/ACE/TAO/TAO_IDL/be_include/be_visitor_attribute.h
@@ -0,0 +1,30 @@
+/* -*- c++ -*- */
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_attribute.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Attribute class
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
+
+#ifndef TAO_BE_VISITOR_ATTRIBUTE_H
+#define TAO_BE_VISITOR_ATTRIBUTE_H
+
+#include "be_visitor_any_extracted_type_decl.h"
+#include "be_visitor_attribute/attribute.h"
+#include "be_visitor_attribute/component_init.h"
+#include "be_visitor_attribute/set_from_extracted.h"
+
+#endif