summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/base_proxy_impl_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/base_proxy_impl_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/base_proxy_impl_ch.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/base_proxy_impl_ch.h b/TAO/TAO_IDL/be_include/be_visitor_operation/base_proxy_impl_ch.h
deleted file mode 100644
index 6634ce65a66..00000000000
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/base_proxy_impl_ch.h
+++ /dev/null
@@ -1,40 +0,0 @@
-//=============================================================================
-/**
- * @file base_proxy_impl_ch.h
- *
- * $Id$
- *
- * Visitor for generating code for proxy implementations.
- *
- *
- * @author Angelo Corsaro
- */
-//=============================================================================
-
-
-#ifndef _BE_VISITOR_OPERATION_BASE_PROXY_IMPL_CH_H_
-#define _BE_VISITOR_OPERATION_BASE_PROXY_IMPL_CH_H_
-
-
-/**
- * @class be_visitor_operation_base_proxy_impl_ch
- *
- * @brief be_visitor_operation_base_proxy_impl_ch
- *
- * Concrete visitor that generates the code for the base class
- * of Proxy Impls.
- */
-class be_visitor_operation_base_proxy_impl_ch : public be_visitor_scope
-{
-public:
- /// constructor
- be_visitor_operation_base_proxy_impl_ch (be_visitor_context *ctx);
-
- /// destructor
- ~be_visitor_operation_base_proxy_impl_ch (void);
-
- /// visit operation.
- virtual int visit_operation (be_operation *node);
-};
-
-#endif /* _BE_VISITOR_OPERATION_BASE_PROXY_IMPL_CH_H_ */