summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_union/cdr_op_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_union/cdr_op_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_union/cdr_op_cs.h59
1 files changed, 32 insertions, 27 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_union/cdr_op_cs.h b/TAO/TAO_IDL/be_include/be_visitor_union/cdr_op_cs.h
index 9e551a694f8..800c43910f6 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_union/cdr_op_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_union/cdr_op_cs.h
@@ -1,44 +1,49 @@
/* -*- c++ -*- */
-
-//=============================================================================
-/**
- * @file cdr_op_cs.h
- *
- * $Id$
- *
- * Concrete visitor for the Union class
- * This one provides code generation for the CDR operators for the union
- * in the client stub.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// cdr_op_ch.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Union class
+// This one provides code generation for the CDR operators for the union
+// in the client stub.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_VISITOR_UNION_CDR_OP_CS_H_
#define _BE_VISITOR_UNION_CDR_OP_CS_H_
-/**
- * @class be_visitor_union_cdr_op_cs
- *
- * @brief be_visitor_union_cdr_op_cs
- *
- * This is a concrete visitor for union that generates the CDR operator
- * implementations
- */
class be_visitor_union_cdr_op_cs : public be_visitor_union
{
+ //
+ // = TITLE
+ // be_visitor_union_cdr_op_cs
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor for union that generates the CDR operator
+ // implementations
+ //
public:
- /// constructor
be_visitor_union_cdr_op_cs (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_union_cdr_op_cs (void);
+ // destructor
- /// visit union
virtual int visit_union (be_union *node);
+ // visit union
virtual int pre_process (be_decl *);
virtual int post_process (be_decl *);