summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_sequence/cdr_op_ci.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_sequence/cdr_op_ci.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_sequence/cdr_op_ci.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_sequence/cdr_op_ci.h b/TAO/TAO_IDL/be_include/be_visitor_sequence/cdr_op_ci.h
deleted file mode 100644
index a2c4b394a6d..00000000000
--- a/TAO/TAO_IDL/be_include/be_visitor_sequence/cdr_op_ci.h
+++ /dev/null
@@ -1,51 +0,0 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// cdr_op_ci.h
-//
-// = DESCRIPTION
-// Visitors for generation of code for Sequences in client stubs. This one
-// generates the CDR operators.
-//
-// = AUTHOR
-// Aniruddha Gokhale
-//
-// ============================================================================
-
-#ifndef _BE_VISITOR_SEQUENCE_CDR_OP_CI_H_
-#define _BE_VISITOR_SEQUENCE_CDR_OP_CI_H_
-
-// ************************************************************
-// class be_visitor_sequence_cs
-// ************************************************************
-
-class be_visitor_sequence_cdr_op_ci : public be_visitor_decl
-{
- //
- // = TITLE
- // be_visitor_sequence_cdr_op_ci
- //
- // = DESCRIPTION
- // This is a concrete visitor for sequence that generates the CDR operator
- // implementations
- //
-
-public:
- be_visitor_sequence_cdr_op_ci (be_visitor_context *ctx);
- // constructor
-
- ~be_visitor_sequence_cdr_op_ci (void);
- // destructor
-
- virtual int visit_sequence (be_sequence *node);
- // visit sequence
-};
-
-#endif /* _BE_VISITOR_SEQUENCE_CDR_OP_CI_H_ */