summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-13 07:02:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-13 07:02:28 +0000
commit47b3af1237bb202095f2f30d9b4347eaea3784a0 (patch)
tree1c6c3103a92e233ee1683bd5c5ea2de89cb744bf /TAO/tao/Exception.cpp
parent066049457b23142d25d8ae3614b48df26c1a4b70 (diff)
downloadATCD-47b3af1237bb202095f2f30d9b4347eaea3784a0.tar.gz
Mon Apr 12 23:57:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r--TAO/tao/Exception.cpp14
1 files changed, 9 insertions, 5 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index 4921a6d7f03..60f724a2885 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -3,9 +3,6 @@
// THREADING NOTE: calling thread handles mutual exclusion policy
// on all of these data structures.
-#include "ace/Malloc.h"
-#include "ace/SString.h"
-
#include "Exception.h"
#include "Environment.h"
#include "Any_SystemException.h"
@@ -13,8 +10,15 @@
#include "Typecode.h"
#include "ORB_Constants.h"
#include "TC_Constants_Forward.h"
+#include "CORBA_String.h"
+#include "CDR.h"
#include "debug.h"
+#include "ace/Malloc.h"
+#include "ace/SString.h"
+#include "ace/OS_NS_string.h"
+
+
#if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
// Needed for ostream& operator<< (ostream &os, const CORBA::Exception &e)
// FUZZ: disable check_for_streams_include
@@ -146,8 +150,8 @@ CORBA::Exception::_type (void) const
if (TAO_debug_level > 0)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_LIB_TEXT ("This TAO-specific method is now")
- ACE_LIB_TEXT (" deprecated and will be removed")
+ ACE_LIB_TEXT ("This TAO-specific method (Exception::_type())")
+ ACE_LIB_TEXT (" is now deprecated and will be removed")
ACE_LIB_TEXT (" in future versions.\n")));
}