diff options
-rw-r--r-- | TAO/tao/Exception.h | 2 | ||||
-rw-r--r-- | TAO/tao/Sequence.cpp | 2 | ||||
-rw-r--r-- | TAO/tao/SystemException.cpp | 1 | ||||
-rw-r--r-- | TAO/tao/UserException.cpp | 3 |
4 files changed, 7 insertions, 1 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h index f0db1280c40..9a6cff3dd5c 100644 --- a/TAO/tao/Exception.h +++ b/TAO/tao/Exception.h @@ -275,6 +275,8 @@ private: * * @brief This class is only used internally in TAO as an exception * that never gets thrown. Never use this class anywhere. + * + * @internal */ class TAO_Export TAO_DONT_CATCH { diff --git a/TAO/tao/Sequence.cpp b/TAO/tao/Sequence.cpp index 9410f8000dc..dc753c2fb34 100644 --- a/TAO/tao/Sequence.cpp +++ b/TAO/tao/Sequence.cpp @@ -6,7 +6,7 @@ #include "tao/Sequence.i" #endif /* __ACE_INLINE__ */ -#include "Exception.h" +#include "SystemException.h" #if (TAO_NO_COPY_OCTET_SEQUENCES == 1) # include "ace/Message_Block.h" diff --git a/TAO/tao/SystemException.cpp b/TAO/tao/SystemException.cpp index 50c7857e86e..fcef1f108db 100644 --- a/TAO/tao/SystemException.cpp +++ b/TAO/tao/SystemException.cpp @@ -14,6 +14,7 @@ #include "ace/Malloc.h" #include "ace/SString.h" #include "ace/OS_NS_string.h" +#include "ace/OS_NS_stdio.h" #if !defined (ACE_LACKS_IOSTREAM_TOTALLY) diff --git a/TAO/tao/UserException.cpp b/TAO/tao/UserException.cpp index 8b70d678d0b..579032232a9 100644 --- a/TAO/tao/UserException.cpp +++ b/TAO/tao/UserException.cpp @@ -4,6 +4,9 @@ #include "ace/SString.h" +#if !defined (__ACE_INLINE__) +# include "tao/UserException.inl" +#endif /* __ACE_INLINE__ */ ACE_RCSID (tao, UserException, |