summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_visitor_exception/exception.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_visitor_exception/exception.cpp38
1 files changed, 24 insertions, 14 deletions
diff --git a/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp b/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
index be772c13e67..b805b899cf1 100644
--- a/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_exception/exception.cpp
@@ -1,16 +1,26 @@
+//
+// $Id$
+//
-//=============================================================================
-/**
- * @file exception.cpp
- *
- * $Id$
- *
- * Generic visitor generating code for Exceptions.
- *
- *
- * @author Aniruddha Gokhale
- */
-//=============================================================================
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// .cpp
+//
+// = DESCRIPTION
+// Generic visitor generating code for Exceptions.
+//
+// = AUTHOR
+// Aniruddha Gokhale
+//
+// ============================================================================
+
+ACE_RCSID (be_visitor_exception,
+ exception,
+ "$Id$")
// Generic exception visitor.
@@ -81,7 +91,7 @@ be_visitor_exception::visit_field (be_field *node)
ACE_ERROR_RETURN ((LM_ERROR,
"(%N:%l) be_visitor_exception::"
"visit_field - "
- "Bad context state\n"),
+ "Bad context state\n"),
-1);
}
}
@@ -91,7 +101,7 @@ be_visitor_exception::visit_field (be_field *node)
ACE_ERROR_RETURN ((LM_ERROR,
"(%N:%l) be_visitor_exception::"
"visit_field - "
- "failed to accept visitor\n"),
+ "failed to accept visitor\n"),
-1);
}