summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-07 02:03:09 +0000
committervishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-07 02:03:09 +0000
commite18c1231667c139f311015e59787dc0d0e100d8b (patch)
treef3b4cf552027fa7f0626310da56c7e5dbecaede8
parent3481e7478b336896b0303d157a04fde887b1b4d7 (diff)
downloadATCD-e18c1231667c139f311015e59787dc0d0e100d8b.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c12
1 files changed, 9 insertions, 3 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 28c1c7deae2..62adb5a9289 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,12 +1,18 @@
+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.
+
Tue Oct 6 20:28:10 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tao/try_macros.h:
+ * 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.
- * examples/Callback_Quoter/MarketFeed_i.cpp:
- * examples/Callback_Quoter/Client_i.cpp:
+ * 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.