summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-06-20 22:11:19 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-06-20 22:11:19 +0000
commit70128c4fe5ecd5975891389948f1b5808af09c40 (patch)
treef17d8a05ab7e612a57f5d763043471099b8ce190
parente244314e5e38c38f711e63c496225d25f5163785 (diff)
downloadATCD-70128c4fe5ecd5975891389948f1b5808af09c40.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 12685d3c024..a47be9a8047 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,18 @@
+Tue Jun 20 15:07:30 2000 Ossama Othman <ossama@uci.edu>
+
+ * examples/Content_Server/SMI_Iterator/Makefile (TAO_IDLFLAGS):
+ * examples/Content_Server/AMI_Iterator/Makefile (TAO_IDLFLAGS):
+ * examples/Content_Server/AMI_Observer/Makefile (TAO_IDLFLAGS):
+
+ Added "-Ge 1" TAO IDL compiler flag so that a CORBA Environment
+ variable argument is added to each method. This fixes a compile
+ error that occured when native exception support was enabled.
+
+ * docs/compiler.html:
+
+ Added missing description of "-GC" flag. It causes stubs with
+ AMI support to be generated.
+
Tue Jun 20 15:03:07 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* examples/Content_Server/AMI_Observer: Fixed some more style