summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_module/module_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_module/module_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_module/module_ch.h54
1 files changed, 30 insertions, 24 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_module/module_ch.h b/TAO/TAO_IDL/be_include/be_visitor_module/module_ch.h
index b982a1a7217..da55a641498 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_module/module_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_module/module_ch.h
@@ -1,41 +1,47 @@
/* -*- c++ -*- */
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file module_ch.h
- *
- * $Id$
- *
- * Concrete visitor for the Module class
- * This provides code generation for the module in the client header.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// module_ch.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Module class
+// This provides code generation for the module in the client header.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_VISITOR_MODULE_MODULE_CH_H_
#define _BE_VISITOR_MODULE_MODULE_CH_H_
-/**
- * @class be_visitor_module_ch
- *
- * @brief be_visitor_module_ch
- *
- * This is a concrete visitor to generate the client header for module
- */
class be_visitor_module_ch : public be_visitor_module
{
+ //
+ // = TITLE
+ // be_visitor_module_ch
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate the client header for module
+ //
+ //
public:
- /// constructor
be_visitor_module_ch (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_module_ch (void);
+ // destructor
- /// visit module. We provide code for this method in the derived class
virtual int visit_module (be_module *node);
+ // visit module. We provide code for this method in the derived class
};
#endif /* _BE_VISITOR_MODULE_MODULE_CH_H_ */