summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_constant/constant_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_constant/constant_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_constant/constant_ch.h52
1 files changed, 29 insertions, 23 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_constant/constant_ch.h b/TAO/TAO_IDL/be_include/be_visitor_constant/constant_ch.h
index b837a5ce25a..f902c16864d 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_constant/constant_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_constant/constant_ch.h
@@ -1,40 +1,46 @@
/* -*- C++ -*- */
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file constant_ch.h
- *
- * $Id$
- *
- * Concrete visitor for the constant class generating code in the client header.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// constant_ch.h
+//
+// = DESCRIPTION
+// Concrete visitor for the constant class generating code in the client header.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_VISITOR_CONSTANT_CONSTANT_CH_H_
#define _BE_VISITOR_CONSTANT_CONSTANT_CH_H_
-/**
- * @class be_visitor_constant_ch
- *
- * @brief be_visitor_constant_ch
- *
- * This is the visitor for constant for the header file
- */
class be_visitor_constant_ch : public be_visitor_decl
{
+ //
+ // = TITLE
+ // be_visitor_constant_ch
+ //
+ // = DESCRIPTION
+ // This is the visitor for constant for the header file
+ //
+ //
public:
- /// constructor
be_visitor_constant_ch (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_constant_ch (void);
+ // destructor
- /// visit constant.
virtual int visit_constant (be_constant *node);
+ // visit constant.
};
#endif /* _BE_VISITOR_CONSTANT_CONSTANT_CH_H_ */