summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_root/root_svs.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_root/root_svs.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_root/root_svs.h54
1 files changed, 30 insertions, 24 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_root/root_svs.h b/TAO/TAO_IDL/be_include/be_visitor_root/root_svs.h
index 30bc7179fdf..1272ac79696 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_root/root_svs.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_root/root_svs.h
@@ -1,41 +1,47 @@
/* -*- c++ -*- */
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file root_svs.h
- *
- * $Id$
- *
- * Concrete visitor for the Root class
- * This one provides code generation for elements of the Root node in the
- * CIAO servant source.
- *
- *
- * @author Jeff Parsons
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// root_svs.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Root class
+// This one provides code generation for elements of the Root node in the
+// CIAO servant source.
+//
+// = AUTHOR
+// Jeff Parsons
+//
+// ============================================================================
#ifndef _BE_VISITOR_ROOT_ROOT_SVS_H_
#define _BE_VISITOR_ROOT_ROOT_SVS_H_
-/**
- * @class be_visitor_root_svs
- *
- * @brief be_visitor_root_svs
- *
- * This is a concrete visitor to generate the CIAO servant
- * source for root
- */
class be_visitor_root_svs : public be_visitor_root
{
+ //
+ // = TITLE
+ // be_visitor_root_svs
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate the CIAO servant
+ // source for root
+ //
+ //
public:
be_visitor_root_svs (be_visitor_context *ctx);
~be_visitor_root_svs (void);
- /// Set the right context and make a visitor.
virtual int init (void);
+ // Set the right context and make a visitor.
};
#endif /* _BE_VISITOR_ROOT_ROOT_SVS_H_ */