summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_native/native_ch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_native/native_ch.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_native/native_ch.h52
1 files changed, 29 insertions, 23 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_native/native_ch.h b/TAO/TAO_IDL/be_include/be_visitor_native/native_ch.h
index 45a29b65cbe..284fd66451c 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_native/native_ch.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_native/native_ch.h
@@ -1,40 +1,46 @@
/* -*- C++ -*- */
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file native_ch.h
- *
- * $Id$
- *
- * Concrete visitor for Native generating code in the client header.
- *
- *
- * @author Johnny Willemsen
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// native_ch.h
+//
+// = DESCRIPTION
+// Concrete visitor for Native generating code in the client header.
+//
+// = AUTHOR
+// Johnny Willemsen
+//
+// ============================================================================
#ifndef _BE_VISITOR_NATIVE_NATIVE_CH_H_
#define _BE_VISITOR_NATIVE_NATIVE_CH_H_
-/**
- * @class be_visitor_native_ch
- *
- * @brief be_visitor_native_ch
- *
- * This is the base visitor for enum for the header file
- */
class be_visitor_native_ch : public be_visitor_scope
{
+ //
+ // = TITLE
+ // be_visitor_native_ch
+ //
+ // = DESCRIPTION
+ // This is the base visitor for enum for the header file
+ //
+ //
public:
- /// conenumor
be_visitor_native_ch (be_visitor_context *ctx);
+ // conenumor
- /// deenumor
~be_visitor_native_ch (void);
+ // deenumor
- /// visit native.
virtual int visit_native (be_native *node);
+ // visit native.
};
#endif /* _BE_VISITOR_NATIVE_NATIVE_CH_H_ */