summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_interface/interface_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_interface/interface_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_interface/interface_cs.h58
1 files changed, 32 insertions, 26 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_interface/interface_cs.h b/TAO/TAO_IDL/be_include/be_visitor_interface/interface_cs.h
index 1bc2ebd35f6..2e65b5d2656 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_interface/interface_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_interface/interface_cs.h
@@ -1,46 +1,52 @@
+//
+// $Id$
+//
/* -*- c++ -*- */
-//=============================================================================
-/**
- * @file interface_cs.h
- *
- * $Id$
- *
- * Concrete visitor for the Interface node.
- * This one provides code generation for interfaces in the client stubs.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// interface_cs.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Interface node.
+// This one provides code generation for interfaces in the client stubs.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_INTERFACE_INTERFACE_CS_H_
#define _BE_INTERFACE_INTERFACE_CS_H_
-/**
- * @class be_visitor_interface_cs
- *
- * @brief be_visitor_interface_cs
- *
- * This is a concrete visitor to generate the client stubs for interface
- */
class be_visitor_interface_cs : public be_visitor_interface
{
+ //
+ // = TITLE
+ // be_visitor_interface_cs
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate the client stubs for interface
+ //
+ //
public:
- /// constructor
be_visitor_interface_cs (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_interface_cs (void);
+ // destructor
- /// set the right context and make a visitor
virtual int visit_interface (be_interface *node);
+ // set the right context and make a visitor
- /// Helper to generate the definitions for the operations
- /// of any abstract parents we may have.
static int gen_abstract_ops_helper (be_interface *node,
be_interface *base,
TAO_OutStream *os);
+ // Helper to generate the definitions for the operations
+ // of any abstract parents we may have.
private:
/// Helper method to generate _narrow and _unchecked_narrow. The