summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp37
1 files changed, 23 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
index 64e765b5865..5af3eaedb71 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception_cs.cpp
@@ -1,20 +1,29 @@
-
-//=============================================================================
-/**
- * @file exception_cs.cpp
- *
- * $Id$
- *
- * Visitor generating code for Exception in the stubs file
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
-
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// exception_cs.cpp
+//
+// = DESCRIPTION
+// Visitor generating code for Exception in the stubs file
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
#include "be_visitor_typecode/typecode_defn.h"
+ACE_RCSID (be_visitor_exception,
+ exception_cs,
+ "$Id$")
+
// ***************************************************************************
// For client stubs.
// ***************************************************************************