summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_interface.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_interface.cpp30
1 files changed, 17 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_interface.cpp b/TAO/TAO_IDL/be/be_visitor_interface.cpp
index 2cec5ecd095..7c493ab5e40 100644
--- a/TAO/TAO_IDL/be/be_visitor_interface.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_interface.cpp
@@ -1,17 +1,21 @@
+// $Id$
+//
/* -*- c++ -*- */
-//=============================================================================
-/**
- * @file be_visitor_interface.cpp
- *
- * $Id$
- *
- * Visitors for generation of code for Interface
- *
- *
- * @author Aniruddha Gokhale and Carlos O'Ryan
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_interface.cpp
+//
+// = DESCRIPTION
+// Visitors for generation of code for Interface
+//
+// = AUTHOR
+// Aniruddha Gokhale and Carlos O'Ryan
+//
+// ============================================================================
#include "be_argument.h"
#include "be_interface.h"