summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/exceptlist_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/exceptlist_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/exceptlist_cs.h58
1 files changed, 32 insertions, 26 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/exceptlist_cs.h b/TAO/TAO_IDL/be_include/be_visitor_operation/exceptlist_cs.h
index df9fac17773..1900c981438 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/exceptlist_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/exceptlist_cs.h
@@ -1,18 +1,23 @@
-
-//=============================================================================
-/**
- * @file exceptlist_cs.h
- *
- * $Id$
- *
- * Visitor for generating code for IDL operations. This generates the tables
- * for the exceptions used by the stubs.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// exceptlist_cs.h
+//
+// = DESCRIPTION
+// Visitor for generating code for IDL operations. This generates the tables
+// for the exceptions used by the stubs.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_VISITOR_OPERATION_EXCEPTIONLIST_CS_H_
#define _BE_VISITOR_OPERATION_EXCEPTIONLIST_CS_H_
@@ -21,25 +26,26 @@
// Visitor for generating the exception list
// ******************************************************************************
-/**
- * @class be_visitor_operation_exceptlist_cs
- *
- * @brief be_visitor_operaion_exceptlist_cs
- *
- * This is a visitor to generate operation exception list to be provided to
- * the do_static_call
- */
class be_visitor_operation_exceptlist_cs : public be_visitor_decl
{
+ //
+ // = TITLE
+ // be_visitor_operaion_exceptlist_cs
+ //
+ // = DESCRIPTION
+ // This is a visitor to generate operation exception list to be provided to
+ // the do_static_call
+ //
+ //
public:
- /// constructor
be_visitor_operation_exceptlist_cs (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_operation_exceptlist_cs (void);
+ // destructor
- /// visit the operation
int visit_operation (be_operation *node);
+ // visit the operation
};
#endif /* _BE_VISITOR_OPERATION_EXCEPTIONLIST_CS_H_ */