summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_home.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_home.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_home.cpp37
1 files changed, 37 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_home.cpp b/TAO/TAO_IDL/be/be_visitor_home.cpp
new file mode 100644
index 00000000000..b3c720138a7
--- /dev/null
+++ b/TAO/TAO_IDL/be/be_visitor_home.cpp
@@ -0,0 +1,37 @@
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_home.cpp
+//
+// = DESCRIPTION
+// Visitors for generation of code for a component home.
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
+
+#include "be_home.h"
+
+#include "be_visitor_home.h"
+#include "be_visitor_typecode/typecode_defn.h"
+#include "be_visitor_typecode/objref_typecode.h"
+#include "be_visitor_context.h"
+#include "be_helper.h"
+#include "be_extern.h"
+#include "ace/Log_Msg.h"
+
+#include "be_visitor_home/home_ch.cpp"
+#include "be_visitor_home/home_cs.cpp"
+
+ACE_RCSID (be,
+ be_visitor_home,
+ "$Id$")
+