summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-22 23:32:52 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-22 23:32:52 +0000
commit7c05b2e70e3a55cdf2200b29af72c57084e0fc63 (patch)
tree2ba23a06136b332248c1167b7b5a1d46889ffc1f
parent820fa991324111a3e2188f4925c012bbd388cc64 (diff)
downloadATCD-7c05b2e70e3a55cdf2200b29af72c57084e0fc63.tar.gz
ChangeLogTag:Mon Nov 22 16:10:00 1999 Kirthika Parameswaran
<kirthika@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c18
1 files changed, 17 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 4bfd6f53947..b56912f3f37 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -18,7 +18,23 @@ Mon Nov 22 16:10:00 1999 Kirthika Parameswaran <kirthika@cs.wustl.edu>
Added dependencies.
* tests/Smart_Proxies/run_test.pl:
- Added perl script to automate executionof the test.
+ Added perl script to automate execution of the test.
+
+ * tests/Smart_Proxies/Collocation/Coll_Test_Stubs.bor:
+ * tests/Smart_Proxies/Collocation/Coll_Test_Stubs.dsp:
+ * tests/Smart_Proxies/Collocation/Coll_Tester.{cpp, h}:
+ * tests/Smart_Proxies/Collocation/Collocation.{bor, dsp, dsw}:
+ * tests/Smart_Proxies/Collocation/Diamond.{idl, bor, dsp}:
+ * tests/Smart_Proxies/Collocation/Diamond_i.{h,cpp}:
+ * tests/Smart_Proxies/Collocation/Makefile.bor:
+ * tests/Smart_Proxies/Collocation/README:
+ * tests/Smart_Proxies/Collocation/diamond_export.h:
+ * tests/Smart_Proxies/Collocation/main.cpp:
+ * tests/Smart_Proxies/Collocation/stub_export.h:
+ * tests/Smart_Proxies/Collocation/svc.conf:
+ Added a collocated smart proxy to the existing collocation test
+ to verify and demostrate that the smart proxy could be
+ collocated too.
Mon Nov 22 14:03:44 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>