summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-08-24 02:00:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-08-24 02:00:30 +0000
commit5cb9b94dac943b149fba5874197400d9f738bbeb (patch)
tree8c81856873ffd440890ea4f803def01b24258ce5
parentbda40f76866128a75435eae273f51b0ce78f1e0a (diff)
downloadATCD-5cb9b94dac943b149fba5874197400d9f738bbeb.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog12
1 files changed, 5 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 70038f09c5f..5f56980b0c7 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,26 +1,24 @@
Fri Aug 23 18:52:46 2002 Ossama Othman <ossama@uci.edu>
- * tao/Exception.cpp (_tao_get_omg_exception_description):
-
- Updated a number of system exception minor code descriptions.
-
-Fri Aug 23 18:49:03 2002 Ossama Othman <ossama@uci.edu>
-
* tao/ORB_Core.cpp (init):
Updated "-ORBResources" deprecation message so that it says
something useful. Previously it only stated an option was
deprecated, not which one!
+ * tao/corbafwd.h (TAO_SYSTEM_EXCEPTION_LIST):
* tao/Exception.h:
* tao/Exception.cpp (STANDARD_EXCEPTION_LIST):
- * tao/corbafwd.h (TAO_SYSTEM_EXCEPTION_LIST):
CORBA 3.0 adds three SystemExceptions to the "CORBA" namespace.
They are INVALID_ACTIVITY, ACTIVITY_COMPLETED,
ACTIVITY_REQUIRED. All are apparently Transaction Service
related.
+ (_tao_get_omg_exception_description):
+
+ Updated a number of system exception minor code descriptions.
+
* tao/CORBALOC_Parser.cpp:
Nuked trailing whitespace.