summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_eventtype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_eventtype.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_eventtype.cpp46
1 files changed, 0 insertions, 46 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_eventtype.cpp b/TAO/TAO_IDL/be/be_visitor_eventtype.cpp
deleted file mode 100644
index 3351a947161..00000000000
--- a/TAO/TAO_IDL/be/be_visitor_eventtype.cpp
+++ /dev/null
@@ -1,46 +0,0 @@
-
-// $Id$
-//
-/* -*- c++ -*- */
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// be_visitor_eventtype.cpp
-//
-// = DESCRIPTION
-// Concrete visitor for the Eventtype class
-//
-// = AUTHOR
-// Jeff Parsons
-//
-// ============================================================================
-
-#include "ace/SString.h"
-
-#include "be_eventtype.h"
-
-#include "be_visitor_eventtype.h"
-#include "be_visitor_valuetype.h"
-#include "be_visitor_context.h"
-#include "be_helper.h"
-
-#include "be_visitor_eventtype/eventtype_ch.cpp"
-#include "be_visitor_eventtype/eventtype_ci.cpp"
-#include "be_visitor_eventtype/eventtype_cs.cpp"
-#include "be_visitor_eventtype/eventtype_sh.cpp"
-#include "be_visitor_eventtype/eventtype_si.cpp"
-#include "be_visitor_eventtype/eventtype_ss.cpp"
-#include "be_visitor_eventtype/eventtype_obv_ch.cpp"
-#include "be_visitor_eventtype/eventtype_obv_ci.cpp"
-#include "be_visitor_eventtype/eventtype_obv_cs.cpp"
-#include "be_visitor_eventtype/any_op_ch.cpp"
-#include "be_visitor_eventtype/any_op_cs.cpp"
-#include "be_visitor_eventtype/cdr_op_ch.cpp"
-#include "be_visitor_eventtype/cdr_op_cs.cpp"
-
-ACE_RCSID (be,
- be_visitor_eventtype,
- "$Id$")