diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 20:29:26 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 20:29:26 +0000 |
commit | 707a3186d10cb0b99eb5c043d5e34ff3fa163761 (patch) | |
tree | 6b31542bce93a0e7331a8af9fcef6fbe19ddc5ee /TAO/tao/Exception.cpp | |
parent | 1f2450c202c288d22891c33676bf06a07d51cba2 (diff) | |
download | ATCD-707a3186d10cb0b99eb5c043d5e34ff3fa163761.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.cpp | 5 |
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" |