summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-03-20 16:36:59 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-03-20 16:36:59 +0000
commite8a5df9320e95eb22f111f47d2cda1a96815060f (patch)
tree143a9880b6d80d64e77bab20bda0cd53876a597f
parent653392e90cc35688c7e88f49f13ae9725ea97018 (diff)
downloadATCD-e8a5df9320e95eb22f111f47d2cda1a96815060f.tar.gz
ChangeLogTag:Tue Mar 20 08:30:10 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/tao/Exception.cpp6
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[] =