summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_union_fwd.cpp
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/TAO_IDL/be/be_visitor_union_fwd.cpp
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_union_fwd.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_union_fwd.cpp32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_union_fwd.cpp b/TAO/TAO_IDL/be/be_visitor_union_fwd.cpp
deleted file mode 100644
index e50944b28e9..00000000000
--- a/TAO/TAO_IDL/be/be_visitor_union_fwd.cpp
+++ /dev/null
@@ -1,32 +0,0 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// be_visitor_union_fwd.cpp
-//
-// = DESCRIPTION
-// Visitors for generation of code for be_union_fwd
-//
-// = AUTHOR
-// Jeff Parsons
-//
-// ============================================================================
-
-#include "be_union_fwd.h"
-#include "be_union.h"
-
-#include "be_visitor_union_fwd.h"
-#include "be_visitor_context.h"
-#include "be_helper.h"
-
-#include "be_visitor_union_fwd/union_fwd_ch.cpp"
-
-ACE_RCSID (be,
- be_visitor_union_fwd,
- "$Id$")