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.h53
1 files changed, 29 insertions, 24 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
index 6634ce65a66..c8d2dd9158c 100644
--- 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
@@ -1,40 +1,45 @@
-//=============================================================================
-/**
- * @file base_proxy_impl_ch.h
- *
- * $Id$
- *
- * Visitor for generating code for proxy implementations.
- *
- *
- * @author Angelo Corsaro
- */
-//=============================================================================
-
+// $Id$
+//
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// base_proxy_impl_ch.h
+//
+// = DESCRIPTION
+// 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
{
+ //
+ // = TITLE
+ // be_visitor_operation_base_proxy_impl_ch
+ //
+ // = DESCRIPTION
+ // Concrete visitor that generates the code for the base class
+ // of Proxy Impls.
+ //
+ //
public:
- /// constructor
be_visitor_operation_base_proxy_impl_ch (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_operation_base_proxy_impl_ch (void);
+ // destructor
- /// visit operation.
virtual int visit_operation (be_operation *node);
+ // visit operation.
};
#endif /* _BE_VISITOR_OPERATION_BASE_PROXY_IMPL_CH_H_ */