summaryrefslogtreecommitdiff
path: root/trunk/TAO/TAO_IDL/be_include/be_visitor_attribute.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/TAO_IDL/be_include/be_visitor_attribute.h')
-rw-r--r--trunk/TAO/TAO_IDL/be_include/be_visitor_attribute.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/trunk/TAO/TAO_IDL/be_include/be_visitor_attribute.h b/trunk/TAO/TAO_IDL/be_include/be_visitor_attribute.h
new file mode 100644
index 00000000000..66ba0d3c30b
--- /dev/null
+++ b/trunk/TAO/TAO_IDL/be_include/be_visitor_attribute.h
@@ -0,0 +1,28 @@
+/* -*- 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_decl.h"
+#include "be_visitor_attribute/attribute.h"
+
+#endif