summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 16:11:45 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-16 16:11:45 +0000
commitdff4c14d970b90f0d74f92cbe81600fde1dda045 (patch)
treee5bb4230dc5f31377083a94defc73ed4f0e12051
parent3e8cbdd0f7787d052242dd49aad3eed5343d8d49 (diff)
downloadATCD-dff4c14d970b90f0d74f92cbe81600fde1dda045.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index a694e55cf07..641d0c90a1e 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,24 @@
+Fri Jul 16 11:06:07 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+
+ * tests/AMI/README
+ * tests/AMI/client.conf
+ * tests/AMI/client.cpp
+ * tests/AMI/client.muxed.conf
+ * tests/AMI/run_test.pl
+ * tests/AMI/server.cpp
+ * tests/AMI/simple-client.cpp
+ * tests/AMI/test-handC.cpp
+ * tests/AMI/test.idl
+ * tests/AMI/test_i.cpp
+ * tests/AMI/test_i.h : Latest and the greates AMI test. Got it to
+ work with MT as well as ST configuration. MUXED as well as
+ EXCLUSIVE configuation.
+ run_test.pl is not set up yet.
+ There are some minor fixes needed for the TAO IDL compiler to
+ generate correct AMI code. Right now, once the TAO IDL compiler
+ generates the files, rewrite testC.cpp by test-handC.cpp which
+ has the hand crafted correct code for AMI.
+
Thu Jul 15 20:48:48 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
* tao/Client_Strategy_Factory.cpp