summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_module/module.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-02-20 12:34:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-02-20 12:34:23 +0000
commit97093fe64da8c201f651e88158aa03de8f5e3322 (patch)
tree48661c108d6c74464914093c3caed9d4067ba8a0 /TAO/TAO_IDL/be/be_visitor_module/module.h
parenta3c3586d52b01219fd275b782ffa8a2350115ed2 (diff)
downloadATCD-97093fe64da8c201f651e88158aa03de8f5e3322.tar.gz
Mon Feb 20 12:28:01 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/*.*: Reworked TAO_IDL to compile all source files one by one. This way a change to one visitor will trigger the needed recompile with any make environment. Also external tools are now much easier able to handle TAO_IDL
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_module/module.h')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_module/module.h59
1 files changed, 59 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_module/module.h b/TAO/TAO_IDL/be/be_visitor_module/module.h
new file mode 100644
index 00000000000..1db326ed9bf
--- /dev/null
+++ b/TAO/TAO_IDL/be/be_visitor_module/module.h
@@ -0,0 +1,59 @@
+
+//=============================================================================
+/**
+ * @file be_visitor_module.cpp
+ *
+ * $Id$
+ *
+ * Visitors for generation of code for Module
+ *
+ *
+ * @author Aniruddha Gokhale
+ */
+//=============================================================================
+
+#include "be_module.h"
+#include "be_constant.h"
+#include "be_enum.h"
+#include "be_exception.h"
+#include "be_native.h"
+#include "be_interface.h"
+#include "be_interface_fwd.h"
+#include "be_structure.h"
+#include "be_structure_fwd.h"
+#include "be_typedef.h"
+#include "be_union.h"
+#include "be_union_fwd.h"
+#include "be_valuebox.h"
+#include "be_valuetype.h"
+#include "be_valuetype_fwd.h"
+#include "be_eventtype.h"
+#include "be_eventtype_fwd.h"
+#include "be_component.h"
+#include "be_component_fwd.h"
+#include "be_home.h"
+#include "be_connector.h"
+#include "be_extern.h"
+#include "be_helper.h"
+#include "utl_err.h"
+
+#include "be_visitor_module.h"
+#include "be_visitor_constant.h"
+#include "be_visitor_enum.h"
+#include "be_visitor_native.h"
+#include "be_visitor_exception.h"
+#include "be_visitor_interface.h"
+#include "be_visitor_interface_fwd.h"
+#include "be_visitor_structure.h"
+#include "be_visitor_structure_fwd.h"
+#include "be_visitor_typedef.h"
+#include "be_visitor_union.h"
+#include "be_visitor_union_fwd.h"
+#include "be_visitor_valuebox.h"
+#include "be_visitor_valuetype.h"
+#include "be_visitor_valuetype_fwd.h"
+#include "be_visitor_component.h"
+#include "be_visitor_component_fwd.h"
+#include "be_visitor_home.h"
+#include "be_visitor_connector.h"
+#include "be_visitor_context.h"