summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 01:32:28 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-10 01:32:28 +0000
commit0346f34bd7fba9ebd26148b4b107a474c28594e5 (patch)
tree74cd06fbb6993ebf2211abe5997fe3f60c90fa70
parent295e287864292b05291249e804528972019c5785 (diff)
downloadATCD-0346f34bd7fba9ebd26148b4b107a474c28594e5.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c37
1 files changed, 25 insertions, 12 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 29bf9f1c37b..7cc6f3b0da9 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,16 @@
+Mon Nov 9 19:29:38 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tao/ORB.h (CORBA::ExceptionType): Swapped the enum definition
+ order of USER_EXCEPTION and SYSTEM_EXCEPTION so it complies with
+ the CORBA spec.
+
+ * tao/GIOP.h (TAO_GIOP_ReplyStatusType): Swapped the enum definition
+ order of TAO_GIOP_USER_EXCEPTION and TAO_GIOP_SYSTEM_EXCEPTION
+ so it complies with the CORBA spec.
+
+ Thanks very much for Bob Price <Bob_Price@tssdc.saic.com> for
+ noticing this and send us the bug report.
+
Mon Nov 09 18:12:48 1998 Chris Gill <cdgill@cs.wustl.edu>
* orbsvcs/orbsvcs/RtecScheduler.idl
@@ -10,7 +23,7 @@ Mon Nov 09 18:12:48 1998 Chris Gill <cdgill@cs.wustl.edu>
orbsvcs/orbsvcs/Sched/Scheduler_Generic.{cpp, h}
orbsvcs/orbsvcs/Sched/Strategy_Scheduler.{cpp, h}:
Implemented anomaly recording in the strategized
- scheduler so all warning and error level scheduling anomalies
+ scheduler so all warning and error level scheduling anomalies
can be propagated to generated runtime header file without
halting the scheduler except for a fatal anomaly.
@@ -22,14 +35,14 @@ Mon Nov 09 18:12:48 1998 Chris Gill <cdgill@cs.wustl.edu>
Mon Nov 09 14:12:48 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * orbsvcs/tests/Simple_Naming/client.cpp (init):
- * examples/Quoter/Quoter_i.cpp (copy):
- * tests/Param_Test/ub_objref_seq.cpp (check_validity):
- * tests/Param_Test/except.cpp (run_sii_test):
+ * orbsvcs/tests/Simple_Naming/client.cpp (init):
+ * examples/Quoter/Quoter_i.cpp (copy):
+ * tests/Param_Test/ub_objref_seq.cpp (check_validity):
+ * tests/Param_Test/except.cpp (run_sii_test):
* orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
- (create_initial_propertysetdef):
- (create_constrained_propertysetdef):
- (create_initial_propertyset):
+ (create_initial_propertysetdef):
+ (create_constrained_propertysetdef):
+ (create_initial_propertyset):
(create_constrained_propertyset): Changed to use
TAO_ENDTRY_RETURN.
@@ -40,15 +53,15 @@ Mon Nov 09 14:12:48 1998 Nanbor Wang <nanbor@cs.wustl.edu>
Mon Nov 9 13:04:56 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
- * examples/Callback_Quoter/Consumer_Input_Handler.cpp (handle_input):
+ * examples/Callback_Quoter/Consumer_Input_Handler.cpp (handle_input):
added TAO try macro exceptions.
-
+
Sun Nov 8 15:59:07 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
- * examples/Callback_Quoter/Notifier_Input_Handler.cpp (handle_input):
+ * examples/Callback_Quoter/Notifier_Input_Handler.cpp (handle_input):
Rectified an parse error due to an arbitary symbol ' in this
method.
-
+
Mon Nov 09 09:59:45 1998 David L. Levine <levine@cs.wustl.edu>
* orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp: changed some