summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_cs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_cs.h56
1 files changed, 31 insertions, 25 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_cs.h b/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_cs.h
index 496a6a7d68b..6a48d19eaa1 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_cs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_typedef/typedef_cs.h
@@ -1,42 +1,48 @@
/* -*- c++ -*- */
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file typedef_cs.h
- *
- * $Id$
- *
- * Concrete visitor for the Typedef class
- * This provides the code generation for the Typedef class in the client
- * stubs.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// typedef_cs.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Typedef class
+// This provides the code generation for the Typedef class in the client
+// stubs.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#ifndef _BE_VISITOR_TYPEDEF_TYPEDEF_CS_H_
#define _BE_VISITOR_TYPEDEF_TYPEDEF_CS_H_
-/**
- * @class be_visitor_typedef_cs
- *
- * @brief be_visitor_typedef_cs
- *
- * This is a concrete visitor to generate the server header for typedef
- */
class be_visitor_typedef_cs : public be_visitor_typedef
{
+ //
+ // = TITLE
+ // be_visitor_typedef_cs
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate the server header for typedef
+ //
+ //
public:
- /// constructor
be_visitor_typedef_cs (be_visitor_context *ctx);
+ // constructor
- /// destructor
~be_visitor_typedef_cs (void);
+ // destructor
- /// visit typedef. We provide code for this method in the derived class
virtual int visit_typedef (be_typedef *node);
+ // visit typedef. We provide code for this method in the derived class
};
#endif /* _BE_VISITOR_TYPEDEF_TYPEDEF_CS_H_*/