summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-07 03:15:12 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-10-07 03:15:12 +0000
commit25f11ff3dc37b04d492760daa0e5d54cfb059f95 (patch)
treec95c31bd4f7be66071173c97d8f2e26960866d33
parent473be745b846b2e58a11d466f443911403eb52b4 (diff)
downloadATCD-25f11ff3dc37b04d492760daa0e5d54cfb059f95.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c31
1 files changed, 19 insertions, 12 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 26bc6e0c3c4..fdefee236e7 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,9 @@
+Tue Oct 6 22:12:30 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * examples/Simple/grid/Grid_i.cpp: Fixed bugs with exceptions.
+ Thanks to Tom Dobridge <dobridge@persimmon.com> for pointing
+ this out.
+
Tue Oct 6 21:25:22 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
* TAO-INSTALL.html: Added an extra note about compiling the
@@ -6,26 +12,27 @@ Tue Oct 6 21:25:22 1998 Darrell Brunsch <brunsch@cs.wustl.edu>
Tue Oct 6 21:02:24 1998 Vishal Kachroo <vishal@merengue.cs.wustl.edu>
- * examples/Simple/bank/AccountManager_i.cpp (close):
- Changed TAO_TRY_ENV to _env to avoid duplicate
- definition.
+ * examples/Simple/bank/AccountManager_i.cpp (close): Changed
+ TAO_TRY_ENV to _env to avoid duplicate definition. Thanks to
+ Tom Dobridge <dobridge@persimmon.com> for pointing this out.
Tue Oct 6 20:28:10 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tao/try_macros.h:
- The TAO_TRY macro generates a new do/while block even for the
- native C++ exception case, this is more consistent with the
- alternative mapping.
+ * tao/try_macros.h: The TAO_TRY macro generates a new do/while
+ block even for the native C++ exception case, this is more
+ consistent with the alternative mapping. Thanks to Tom Dobridge
+ <dobridge@persimmon.com> for pointing this out.
- * examples/Callback_Quoter/MarketFeed_i.cpp:
- * examples/Callback_Quoter/Client_i.cpp:
- Removed instantiations of TAO_TRY_ENV because TAO_TRY does it
- for us.
+ * examples/Callback_Quoter/MarketFeed_i.cpp: *
+ examples/Callback_Quoter/Client_i.cpp: Removed instantiations of
+ TAO_TRY_ENV because TAO_TRY does it for us. Thanks to Tom
+ Dobridge <dobridge@persimmon.com> for pointing this out.
Tue Oct 6 20:05:55 1998 Kirthika Parameswaran <kirthika@cs.wustl.edu>
* examples/Callback_Quoter/Supplier_i.cpp (unregister_callback):
- removed a variable which was defined unnecessarily.
+ removed a variable which was defined unnecessarily. Thanks to
+ David Levine for reporting this.
Tue Oct 6 17:16:46 1998 Jeff Parsons <jp4@cs.wustl.edu>