summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_component.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_component.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_component.cpp27
1 files changed, 27 insertions, 0 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_component.cpp b/TAO/TAO_IDL/be/be_visitor_component.cpp
new file mode 100644
index 00000000000..baa86583374
--- /dev/null
+++ b/TAO/TAO_IDL/be/be_visitor_component.cpp
@@ -0,0 +1,27 @@
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_component.cpp
+//
+// = DESCRIPTION
+// Visitors for generation of code for Component
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
+
+#include "be_visitor_component.h"
+#include "be_visitor_context.h"
+
+ACE_RCSID (be,
+ be_visitor_component,
+ "$Id$")
+