summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-23 18:06:16 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-23 18:06:16 +0000
commitd5a0e4d8accb330c583d9033de2273753773a472 (patch)
treee77d9bb8d263eb3cb385416b1d6b37584baf8b79
parent78ab989614b3c7adb0014f98ff5f3fa703419735 (diff)
downloadATCD-d5a0e4d8accb330c583d9033de2273753773a472.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 62badbda6b9..85f1204dcef 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,10 +1,16 @@
+Sat Jan 23 11:59:38 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tao/Connect.cpp (send_error):
+ (handle_input): Must use ACE_TRY_CHECK within the try block, not
+ ACE_CHECK. Thanks to David for reporting this.
+
Fri Jan 22 18:45:48 1999 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
- * docs/releasenotes/index.html:
+ * docs/releasenotes/index.html:
Added the information about the generation of skeletons for
implementation by the IDL Compiler
- * docs/compiler.html:
+ * docs/compiler.html:
Added the IDL compiler options for generating skeletons for implementation
Fri Jan 22 13:08:00 1999 Chris Gill <cdgill@cs.wustl.edu>