summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_valuetype/any_op_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_valuetype/any_op_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_valuetype/any_op_cs.h53
1 files changed, 29 insertions, 24 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_valuetype/any_op_cs.h b/TAO/TAO_IDL/be_include/be_visitor_valuetype/any_op_cs.h
index a2d5a428609..86b86ed0df2 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_valuetype/any_op_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_valuetype/any_op_cs.h
@@ -1,39 +1,44 @@
+//
+// $Id$
+//
/* -*- c++ -*- */
-//=============================================================================
-/**
- * @file any_op_cs.h
- *
- * $Id$
- *
- * Concrete visitor for the valuetype node.
- * This one provides code generation for the Any operators
- *
- *
- * @author Jeff Parsons <parsons@cs.wustl.edu>
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// any_op_cs.h
+//
+// = DESCRIPTION
+// Concrete visitor for the valuetype node.
+// This one provides code generation for the Any operators
+//
+// = AUTHOR
+// Jeff Parsons <parsons@cs.wustl.edu>
+//
+// ============================================================================
#ifndef _BE_VALUETYPE_ANY_OP_CS_H_
#define _BE_VALUETYPE_ANY_OP_CS_H_
-/**
- * @class be_visitor_valuetype_any_op_cs
- *
- * @brief be_visitor_valuetype_any_op_cs
- *
- * This is a concrete visitor for valuetype that generates the Any
- * operator implementations
- */
class be_visitor_valuetype_any_op_cs : public be_visitor_valuetype
{
+ //
+ // = TITLE
+ // be_visitor_valuetype_any_op_cs
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor for valuetype that generates the Any
+ // operator implementations
+ //
public:
- /// constructor
be_visitor_valuetype_any_op_cs (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_valuetype_any_op_cs (void);
+ // destructor
virtual int visit_valuetype (be_valuetype *node);
virtual int visit_eventtype (be_eventtype *node);