summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be_include/be_visitor_interface/interface_svh.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be_include/be_visitor_interface/interface_svh.h')
-rw-r--r--TAO/TAO_IDL/be_include/be_visitor_interface/interface_svh.h50
1 files changed, 27 insertions, 23 deletions
diff --git a/TAO/TAO_IDL/be_include/be_visitor_interface/interface_svh.h b/TAO/TAO_IDL/be_include/be_visitor_interface/interface_svh.h
index b16fa01d8dc..7697f515ce5 100644
--- a/TAO/TAO_IDL/be_include/be_visitor_interface/interface_svh.h
+++ b/TAO/TAO_IDL/be_include/be_visitor_interface/interface_svh.h
@@ -1,33 +1,37 @@
+// $Id$
-//=============================================================================
-/**
- * @file interface_svh.h
- *
- * $Id$
- *
- * Concrete visitor for the Interface node.
- * This provides for code generation in the CIAO
- * servant header
- *
- *
- * @author Jeff Parsons <j.parsons@vanderbilt.edu>
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO_IDL_BE
+//
+// = FILENAME
+// interface_svh.h
+//
+// = DESCRIPTION
+// Concrete visitor for the Interface node.
+// This provides for code generation in the CIAO
+// servant header
+//
+// = AUTHOR
+// Jeff Parsons <j.parsons@vanderbilt.edu>
+//
+// ============================================================================
#ifndef _BE_INTERFACE_INTERFACE_SVH_H_
#define _BE_INTERFACE_INTERFACE_SVH_H_
-/**
- * @class be_visitor_interface_svh
- *
- * @brief be_visitor_interface_svh
- *
- * This is a concrete visitor to generate the
- * CIAO servant header for interface
- */
class be_visitor_interface_svh : public be_visitor_interface
{
+ //
+ // = TITLE
+ // be_visitor_interface_svh
+ //
+ // = DESCRIPTION
+ // This is a concrete visitor to generate the
+ // CIAO servant header for interface
+ //
+ //
public:
be_visitor_interface_svh (be_visitor_context *ctx);