summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_array/cdr_op_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_array/cdr_op_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_array/cdr_op_ch.h57
1 files changed, 31 insertions, 26 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_array/cdr_op_ch.h b/TAO/TAO_IDL/be_include/be_visitor_array/cdr_op_ch.h
index cee4b05d19f..2a0d889efe5 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_array/cdr_op_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_array/cdr_op_ch.h
@@ -1,18 +1,23 @@
-
-//=============================================================================
-/**
- * @file cdr_op_ch.h
- *
- * $Id$
- *
- * Visitors for generation of code for Arrays in client header. This one
- * generates the CDR operators.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// cdr_op_ch.h
+//
+// = DESCRIPTION
+// Visitors for generation of code for Arrays in client header. This one
+// generates the CDR operators.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_VISITOR_ARRAY_CDR_OP_CH_H_
#define _BE_VISITOR_ARRAY_CDR_OP_CH_H_
@@ -21,26 +26,26 @@
// class be_visitor_array_cdr_op_ch
// ************************************************************
-/**
- * @class be_visitor_array_cdr_op_ch
- *
- * @brief be_visitor_array_cdr_op_ch
- *
- * This is a concrete visitor for array that generates the CDR operator
- * declarations
- */
class be_visitor_array_cdr_op_ch : public be_visitor_decl
{
+ //
+ // = TITLE
+ // be_visitor_array_cdr_op_ch
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor for array that generates the CDR operator
+ // declarations
+ //
public:
- /// constructor
be_visitor_array_cdr_op_ch (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_array_cdr_op_ch (void);
+ // destructor
- /// visit array
virtual int visit_array (be_array *node);
+ // visit array
};
#endif /* _BE_VISITOR_ARRAY_CDR_OP_CH_H_ */