summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_native.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_native.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_native.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_native.h b/TAO/TAO_IDL/be_include/be_visitor_native.h
new file mode 100644
index 00000000000..c3cc894dd9c
--- /dev/null
+++ b/TAO/TAO_IDL/be_include/be_visitor_native.h
@@ -0,0 +1,28 @@
+/* -*- c++ -*- */
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_native.h
+//
+// = DESCRIPTION
+// Concrete visitor for the native class
+//
+// = AUTHOR
+// Johnny Willemsen
+//
+// ============================================================================
+
+#ifndef TAO_BE_VISITOR_NATIVE_H
+#define TAO_BE_VISITOR_NATIVE_H
+
+#include "be_visitor_scope.h"
+#include "be_visitor_native/native_ch.h"
+
+#endif /* TAO_BE_VISITOR_NATIVE_H */