diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-20 16:36:59 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-03-20 16:36:59 +0000 |
commit | cfbd66ccbc6617de2679a2e14b758cd19ec47eb6 (patch) | |
tree | 143a9880b6d80d64e77bab20bda0cd53876a597f | |
parent | 79ccad3f0b2ab93654835d428f582ea24f92ed43 (diff) | |
download | ATCD-cfbd66ccbc6617de2679a2e14b758cd19ec47eb6.tar.gz |
ChangeLogTag:Tue Mar 20 08:30:10 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r-- | TAO/tao/Exception.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp index 14940514da4..2e4678846ad 100644 --- a/TAO/tao/Exception.cpp +++ b/TAO/tao/Exception.cpp @@ -675,10 +675,10 @@ CORBA_SystemException::_tao_get_omg_exception_description ( static const char *NO_IMPLEMENT_TABLE[] = { - "Missing local value implementation.", // 1 + "Missing local value implementation.", // 1 "Incompatible value implementation version.", // 2 - "Unable to use any profile in IOR.", // 3 - "Attempt to use DII on Local object." // 4 + "Unable to use any profile in IOR.", // 3 + "Attempt to use DII on Local object." // 4 }; static const char *NO_RESOURCE_TABLE[] = |