summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_ch.h59
1 files changed, 32 insertions, 27 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_ch.h b/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_ch.h
index 7b65c58b300..5ab95eb05d4 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_structure/cdr_op_ch.h
@@ -1,44 +1,49 @@
/* -*- c++ -*- */
-
-//=============================================================================
-/**
- * @file cdr_op_ch.h
- *
- * $Id$
- *
- * Concrete visitor for the Structure class
- * This one provides code generation for the CDR operators for the structure
- * in the client header.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// cdr_op_ch.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Structure class
+// This one provides code generation for the CDR operators for the structure
+// in the client header.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_VISITOR_STRUCTURE_CDR_OP_CH_H_
#define _BE_VISITOR_STRUCTURE_CDR_OP_CH_H_
-/**
- * @class be_visitor_structure_cdr_op_ch
- *
- * @brief be_visitor_structure_cdr_op_ch
- *
- * This is a concrete visitor for structure that generates the CDR operator
- * declarations
- */
class be_visitor_structure_cdr_op_ch : public be_visitor_structure
{
+ //
+ // = TITLE
+ // be_visitor_structure_cdr_op_ch
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor for structure that generates the CDR operator
+ // declarations
+ //
public:
- /// constructor
be_visitor_structure_cdr_op_ch (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_structure_cdr_op_ch (void);
+ // destructor
- /// visit structure
virtual int visit_structure (be_structure *node);
+ // visit structure
};
#endif /* _BE_VISITOR_STRUCTURE_CDR_OP_CH_H_ */