summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/operation_svs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/operation_svs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/operation_svs.h61
1 files changed, 34 insertions, 27 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_svs.h b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_svs.h
index efcd5684a70..80110eaa08d 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/operation_svs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/operation_svs.h
@@ -1,18 +1,23 @@
-
-//=============================================================================
-/**
- * @file operation_svs.h
- *
- * $Id$
- *
- * Visitor for generating code for IDL operations in
- * CIAO servant implementations
- *
- *
- * @author Jeff Parsons
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO_IDL_BE
+//
+// = FILENAME
+// operation_svs.h
+//
+// = DESCRIPTION
+// Visitor for generating code for IDL operations in
+// CIAO servant implementations
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
#ifndef _BE_VISITOR_OPERATION_OPERATION_SVS_H_
#define _BE_VISITOR_OPERATION_OPERATION_SVS_H_
@@ -21,16 +26,17 @@
// Operation visitor for CIAO servant implementations
// ************************************************************
-/**
- * @class be_visitor_operation_svs
- *
- * @brief be_visitor_operation_svs
- *
- * This is a concrete visitor to generate the CIAO servant
- * implementations for operation
- */
class be_visitor_operation_svs : public be_visitor_scope
{
+ //
+ // = TITLE
+ // be_visitor_operation_svs
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate the CIAO servant
+ // implementations for operation
+ //
+ //
public:
be_visitor_operation_svs (be_visitor_context *ctx);
@@ -38,16 +44,17 @@ public:
virtual int visit_operation (be_operation *node);
virtual int visit_argument (be_argument *node);
-
+
virtual int post_process (be_decl *bd);
-
+
void scope (be_interface *node);
-
+
private:
int gen_op_body (be_operation *node);
-
+
private:
be_interface *scope_;
+ bool swapping_;
};
#endif /* _BE_VISITOR_OPERATION_OPERATION_SVS_H_ */