summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/operation_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/operation_ch.h54
1 files changed, 30 insertions, 24 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ch.h b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ch.h
index dc912929a26..484a4d4dd34 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ch.h
@@ -1,17 +1,22 @@
-
-//=============================================================================
-/**
- * @file operation_ch.h
- *
- * $Id$
- *
- * Visitor for generating code for IDL operations in client header
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// operation_ch.h
+//
+// = DESCRIPTION
+// Visitor for generating code for IDL operations in client header
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_VISITOR_OPERATION_OPERATION_CH_H_
#define _BE_VISITOR_OPERATION_OPERATION_CH_H_
@@ -20,24 +25,25 @@
// Operation visitor for client header
// ************************************************************
-/**
- * @class be_visitor_operation_ch
- *
- * @brief be_visitor_operation_ch
- *
- * This is a concrete visitor to generate the client header for operation
- */
class be_visitor_operation_ch : public be_visitor_operation
{
+ //
+ // = TITLE
+ // be_visitor_operation_ch
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate the client header for operation
+ //
+ //
public:
- /// constructor
be_visitor_operation_ch (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_operation_ch (void);
+ // destructor
- /// visit operation.
virtual int visit_operation (be_operation *node);
+ // visit operation.
};
#endif /* _BE_VISITOR_OPERATION_OPERATION_CH_H_ */