summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_native.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_native.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_native.cpp34
1 files changed, 21 insertions, 13 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_native.cpp b/TAO/TAO_IDL/be/be_visitor_native.cpp
index 5c5cb513ff4..1f0b7a45424 100644
--- a/TAO/TAO_IDL/be/be_visitor_native.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_native.cpp
@@ -1,17 +1,22 @@
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file be_visitor_native.cpp
- *
- * $Id$
- *
- * Visitors for generation of code for native
- *
- *
- * @author Johnny Willemsen
- */
-//=============================================================================
-
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// be_visitor_native.cpp
+//
+// = DESCRIPTION
+// Visitors for generation of code for native
+//
+// = AUTHOR
+// Johnny Willemsen
+//
+// ============================================================================
#include "be_native.h"
#include "be_helper.h"
@@ -22,3 +27,6 @@
#include "be_visitor_native/native_ch.cpp"
+ACE_RCSID (be,
+ be_visitor_native,
+ "$Id$")