summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.h57
1 files changed, 31 insertions, 26 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.h b/TAO/TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.h
index 79d0b5867e1..3bbb72d9107 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/direct_proxy_impl_ss.h
@@ -1,43 +1,48 @@
-//=============================================================================
-/**
- * @file direct_proxy_impl_ss.h
- *
- * $Id$
- *
- * Visitor that generates the code for the operation
- * in the Direct Proxy Implementation.
- *
- *
- * @author Angelo Corsaro
- */
-//=============================================================================
-
+//$Id$
+//
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// direct_proxy_impl_ss.h
+//
+// = DESCRIPTION
+// Visitor that generates the code for the operation
+// in the Direct Proxy Implementation.
+//
+// = AUTHOR
+// Angelo Corsaro
+//
+// ============================================================================
#ifndef _BE_VISITOR_OPERATION_DIRECT_PROXY_IMPL_SS_H_
#define _BE_VISITOR_OPERATION_DIRECT_PROXY_IMPL_SS_H_
-/**
- * @class be_visitor_operation_direct_proxy_impl_ss
- *
- * @brief be_visitor_operation_direct_proxy_impl_ss
- *
- * This visitor generates the code for the
- * operation of the Direct Proxy Implementation.
- */
class be_visitor_operation_direct_proxy_impl_ss : public be_visitor_operation
{
+ //
+ // = TITLE
+ // be_visitor_operation_direct_proxy_impl_ss
+ //
+ // = DESCRIPTION
+ // This visitor generates the code for the
+ // operation of the Direct Proxy Implementation.
+ //
+ //
public:
- /// constructor
be_visitor_operation_direct_proxy_impl_ss (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_operation_direct_proxy_impl_ss (void);
+ // destructor
- /// visit operation node.
virtual int visit_operation (be_operation *node);
+ // visit operation node.
- /// A helper method to generate operation invocation code.
virtual int gen_invoke (be_visitor_context &ctx, be_operation *node);
+ // A helper method to generate operation invocation code.
};
#endif /* _BE_VISITOR_OPERATION_DIRECT_PROXY_IMPL_SS_H_ */