summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 20:29:26 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 20:29:26 +0000
commit0473ea52ff8479eeb4ec443114e85b70f31dc4c0 (patch)
tree6b31542bce93a0e7331a8af9fcef6fbe19ddc5ee /TAO/tao/Exception.cpp
parent1eab8590cc6d323b6da1c00132fa6e3ecc3aee0e (diff)
downloadATCD-0473ea52ff8479eeb4ec443114e85b70f31dc4c0.tar.gz
ChangeLogTag:Mon Nov 10 20:15:46 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r--TAO/tao/Exception.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index 0b4ab273d0e..78e4d649829 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -13,7 +13,12 @@
#include "ace/Malloc.h"
#include "ace/SString.h"
+
+#if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
+// Needed for ostream& operator<< (ostream &os, const CORBA::Exception &e)
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+#endif /* (ACE_LACKS_IOSTREAM_TOTALLY) */
#if !defined (__ACE_INLINE__)
# include "tao/Exception.i"