summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_component/cdr_op_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_component/cdr_op_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_component/cdr_op_ch.h56
1 files changed, 33 insertions, 23 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_component/cdr_op_ch.h b/TAO/TAO_IDL/be_include/be_visitor_component/cdr_op_ch.h
index f0869b72faf..ecb49788a08 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_component/cdr_op_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_component/cdr_op_ch.h
@@ -1,39 +1,49 @@
/* -*- c++ -*- */
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file cdr_op_ch.h
- *
- * $Id$
- *
- * Concrete visitor for the Component class
- * This one provides code generation for the CDR operators for the
- * component in the client header.
- *
- *
- * @author Jeff Parsons
- */
-//=============================================================================
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// cdr_op_ch.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Component class
+// This one provides code generation for the CDR operators for the
+// component in the client header.
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
#ifndef _BE_VISITOR_COMPONENT_CDR_OP_CH_H_
#define _BE_VISITOR_COMPONENT_CDR_OP_CH_H_
-/**
- * @class be_visitor_component_cdr_op_ch
- *
- * @brief be_visitor_component_cdr_op_ch
- *
- * This is a concrete visitor for component that generates the CDR operator
- * declarations
- */
class be_visitor_component_cdr_op_ch : public be_visitor_component
{
+ //
+ // = TITLE
+ // be_visitor_component_cdr_op_ch
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor for component that generates the CDR operator
+ // declarations
+ //
+
public:
be_visitor_component_cdr_op_ch (be_visitor_context *ctx);
+ // constructor
+
~be_visitor_component_cdr_op_ch (void);
+ // destructor
virtual int visit_component (be_component *node);
- virtual int visit_connector (be_connector *node);
+ // visit component
};
#endif /* _BE_VISITOR_COMPONENT_CDR_OP_CH_H_ */