summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h55
1 files changed, 30 insertions, 25 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h
index b25aa18ee62..826d9912e6c 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_ss.h
@@ -1,18 +1,22 @@
// -*- C++ -*-
+//
+// $Id$
-//=============================================================================
-/**
- * @file operation_ss.h
- *
- * $Id$
- *
- * Visitor for generating code for IDL operations in server skeletons
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// operation_ss.h
+//
+// = DESCRIPTION
+// Visitor for generating code for IDL operations in server skeletons
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_VISITOR_OPERATION_OPERATION_SS_H_
#define _BE_VISITOR_OPERATION_OPERATION_SS_H_
@@ -21,32 +25,33 @@
// Operation visitor for server skeletons
// ************************************************************
-/**
- * @class be_visitor_operation_ss
- *
- * @brief be_visitor_operation_ss
- *
- * This is a concrete visitor to generate the server skeletons for operation
- */
class be_visitor_operation_ss : public be_visitor_operation
{
+ //
+ // = TITLE
+ // be_visitor_operation_ss
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate the server skeletons for operation
+ //
+ //
public:
- /// constructor
be_visitor_operation_ss (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_operation_ss (void);
+ // destructor
- /// visit operation. We provide code for this method in the derived class
virtual int visit_operation (be_operation *node);
+ // visit operation. We provide code for this method in the derived class
- /// visit argument to generate ParamData entries
virtual int visit_argument (be_argument *node);
+ // visit argument to generate ParamData entries
// template methods
- /// generate any pre skeleton code info
virtual int gen_pre_skel_info (be_operation *node);
+ // generate any pre skeleton code info
/// Generate the skeleton operation body.
int gen_skel_operation_body (be_operation * node,