diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
commit | d30481a515e68817ee812e6527f0e4afeb21651e (patch) | |
tree | 7b729be96bfa676f133f562057cf68f0b4b9ca5e /TAO/tao/SystemException.cpp | |
parent | 1e8a1cead48e985129cbfc3ad2f0935a146b037e (diff) | |
download | ATCD-d30481a515e68817ee812e6527f0e4afeb21651e.tar.gz |
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/SystemException.cpp')
-rw-r--r-- | TAO/tao/SystemException.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/SystemException.cpp b/TAO/tao/SystemException.cpp index b0089ead714..b562738d50c 100644 --- a/TAO/tao/SystemException.cpp +++ b/TAO/tao/SystemException.cpp @@ -30,6 +30,8 @@ ACE_RCSID (tao, "$Id$") +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + /** * @name @c errno Encoding * @@ -814,6 +816,8 @@ CORBA::SystemException::_tao_get_omg_exception_description ( return "*unknown description*"; } +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined (ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO) #undef THREAD_CANCELLED #endif /* ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO */ @@ -877,6 +881,7 @@ static const char *repo_id_array[] = { static const CORBA::ULong array_sz = (sizeof (repo_id_array) / sizeof (char const *)) - 1; +TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO::excp_factory excp_array [] = { #define TAO_SYSTEM_EXCEPTION(name) \ @@ -975,3 +980,5 @@ CORBA::name ::_tao_create (void) \ STANDARD_EXCEPTION_LIST #undef TAO_SYSTEM_EXCEPTION + +TAO_END_VERSIONED_NAMESPACE_DECL |