summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_structure_fwd
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_structure_fwd')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd.h22
-rw-r--r--TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp4
2 files changed, 24 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd.h b/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd.h
new file mode 100644
index 00000000000..5a726d83d15
--- /dev/null
+++ b/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd.h
@@ -0,0 +1,22 @@
+
+//=============================================================================
+/**
+ * @file be_visitor_structure_fwd.cpp
+ *
+ * $Id$
+ *
+ * Visitors for generation of code for be_structure_fwd
+ *
+ *
+ * @author Jeff Parsons
+ */
+//=============================================================================
+
+
+#include "be_structure_fwd.h"
+#include "be_structure.h"
+
+#include "be_visitor_structure_fwd.h"
+#include "be_visitor_context.h"
+#include "be_helper.h"
+
diff --git a/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp b/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp
index 3bb30b2cd85..3fe32cc03b8 100644
--- a/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_structure_fwd/structure_fwd_ch.cpp
@@ -12,10 +12,10 @@
*/
//=============================================================================
+#include "structure_fwd.h"
be_visitor_structure_fwd_ch::be_visitor_structure_fwd_ch (
- be_visitor_context *ctx
- )
+ be_visitor_context *ctx)
: be_visitor_decl (ctx)
{
}