summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_argument/request_info_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_argument/request_info_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_argument/request_info_cs.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_argument/request_info_cs.h b/TAO/TAO_IDL/be_include/be_visitor_argument/request_info_cs.h
deleted file mode 100644
index 569323254db..00000000000
--- a/TAO/TAO_IDL/be_include/be_visitor_argument/request_info_cs.h
+++ /dev/null
@@ -1,48 +0,0 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO IDL
-//
-// = FILENAME
-// request_info_cs.h
-//
-// = DESCRIPTION
-// Visitors for generation of code for Arguments as private member lists in the
-// request_info class for interceptors
-//
-// = AUTHOR
-// Kirthika Parameswaran <kirthika@cs.wustl.edu>
-//
-// ============================================================================
-
-#ifndef _BE_VISITOR_ARGUMENT_REQUEST_INFO_CS_H_
-#define _BE_VISITOR_ARGUMENT_REQUEST_INFO_CS_H_
-
-class be_visitor_args_request_info_cs : public be_visitor_args
-{
- //
- // = TITLE
- // Generates the code for arguments output.
- //
- // = DESCRIPTION
- // At several stages in the code generation a node of type
- // "be_operation" is visited, and the code for its arguments must
- // be generated. This class generates the constructor member list
- // for the Request_Info class.
- //
-public:
- be_visitor_args_request_info_cs (be_visitor_context *ctx);
- // constructor
-
- virtual ~be_visitor_args_request_info_cs (void);
- // destructor
-
- virtual int visit_argument (be_argument *node);
- // visit the argument node
-};
-
-#endif /* _BE_VISITOR_ARGUMENT_REQUEST_INFO_CS_H_ */