summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.h60
1 files changed, 32 insertions, 28 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.h b/TAO/TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.h
index cbc22ba84d7..51b2b2340e4 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_operation/remote_proxy_impl_cs.h
@@ -1,18 +1,22 @@
-//=============================================================================
-/**
- * @file remote_proxy_impl_cs.h
- *
- * $Id$
- *
- * Visitor for generating code for remote proxy impls
- * in client stubs.
- *
- *
- *
- * @author Aniruddha Gokhale & Angelo Corsaro
- */
-//=============================================================================
-
+// $Id$
+//
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// operation_remote_proxy_impl_cs.h
+//
+// = DESCRIPTION
+// Visitor for generating code for remote proxy impls
+// in client stubs.
+//
+//
+// = AUTHOR
+// Aniruddha Gokhale & Angelo Corsaro
+//
+// ============================================================================
#ifndef _BE_VISITOR_OPERATION_REMOTE_PROXY_IMPL_OPERATION_REMOTE_PROXY_IMPL_CS_H_
#define _BE_VISITOR_OPERATION_REMOTE_PROXY_IMPL_OPERATION_REMOTE_PROXY_IMPL_CS_H_
@@ -21,34 +25,34 @@
// Operation_Remote_Proxy_Impl visitor for client stubs
// ************************************************************
-/**
- * @class be_visitor_operation_remote_proxy_impl_cs
- *
- * @brief be_visitor_operation_remote_proxy_impl_cs
- *
- * This is a concrete visitor to generate the client invocation
- * code for the Remote Proxy Implementation.
- */
class be_visitor_operation_remote_proxy_impl_cs : public be_visitor_operation
{
+ //
+ // = TITLE
+ // be_visitor_operation_remote_proxy_impl_cs
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate the client invocation
+ // code for the Remote Proxy Implementation.
+ //
public:
- /// constructor
be_visitor_operation_remote_proxy_impl_cs (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_operation_remote_proxy_impl_cs (void);
+ // destructor
- /// visit operation_remote_proxy_impl.
virtual int visit_operation (be_operation *node);
+ // visit operation_remote_proxy_impl.
- /// visit argument to generate ParamData entries
virtual int visit_argument (be_argument *node);
+ // visit argument to generate ParamData entries
// = template methods
// =helper
- /// stuff to output after every member of the scope is handled
virtual int post_process (be_decl *);
+ // stuff to output after every member of the scope is handled
};
#endif /* _BE_VISITOR_OPERATION_REMOTE_PROXY_IMPL_OPERATION_REMOTE_PROXY_IMPL_CS_H_ */