summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-30 21:56:02 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-04-30 21:56:02 +0000
commit5b4fbebc5bc2f62270fc85fc0516f7e328436a9a (patch)
treef0a9835b9b78063b9e62c4887614261e31a27a3e
parent671b34b6e0e943b1410099fd71fb981c9d24acf7 (diff)
downloadATCD-5b4fbebc5bc2f62270fc85fc0516f7e328436a9a.tar.gz
* docs/releasenotes/index.html:
Updated the IDL compiler docs to include the handling of undefined forward declared interfaces, and the move of tie class declaration from the *S.h file to the *S_T.h file. This last was necessary to be compatible with SunCC 5.2 builds where inlining is disabled.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index d26e4657704..fa9d12c3594 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Mon Apr 30 16:53:27 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * docs/releasenotes/index.html:
+
+ Updated the IDL compiler docs to include the handling of
+ undefined forward declared interfaces, and the move of
+ tie class declaration from the *S.h file to the *S_T.h file.
+ This last was necessary to be compatible with SunCC 5.2
+ builds where inlining is disabled.
+
Mon Apr 30 11:23:45 2001 Ossama Othman <ossama@uci.edu>
* tao/Cache_Entries.h (relinquish_transport):