summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_eventtype_fwd/cdr_op_ch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_eventtype_fwd/cdr_op_ch.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_eventtype_fwd/cdr_op_ch.cpp43
1 files changed, 0 insertions, 43 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_eventtype_fwd/cdr_op_ch.cpp b/TAO/TAO_IDL/be/be_visitor_eventtype_fwd/cdr_op_ch.cpp
deleted file mode 100644
index 15858b3e88e..00000000000
--- a/TAO/TAO_IDL/be/be_visitor_eventtype_fwd/cdr_op_ch.cpp
+++ /dev/null
@@ -1,43 +0,0 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// eventtype_fwd_cdr_op_ch.cpp
-//
-// = DESCRIPTION
-// Visitor generating CDR operators for EventTypeFwd node in the
-// client header.
-//
-// = AUTHOR
-// Jeff Parsons
-//
-// ============================================================================
-
-ACE_RCSID (be_visitor_eventtype_fwd,
- eventtype_fwd_cdr_op_ch,
- "$Id$")
-
-be_visitor_eventtype_fwd_cdr_op_ch::be_visitor_eventtype_fwd_cdr_op_ch (
- be_visitor_context *ctx
- )
- : be_visitor_decl (ctx)
-{
-}
-
-be_visitor_eventtype_fwd_cdr_op_ch::~be_visitor_eventtype_fwd_cdr_op_ch (void)
-{
-}
-
-int
-be_visitor_eventtype_fwd_cdr_op_ch::visit_eventtype_fwd (be_eventtype_fwd *node)
-{
- be_visitor_context ctx (*this->ctx_);
- be_visitor_valuetype_fwd_cdr_op_ch visitor (&ctx);
- return visitor.visit_valuetype_fwd (node);
-}