summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-03 01:31:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-03 01:31:33 +0000
commite7d6267e6f8ce393d5c6a9058d804bf2c5c85c92 (patch)
tree050d11aceeb7c60c802d19f13a63281f91ee9ae8
parent91dda16a272da3ad42c8606bae51b6dfb51779d4 (diff)
downloadATCD-e7d6267e6f8ce393d5c6a9058d804bf2c5c85c92.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c14
1 files changed, 13 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 0d471464ae0..0f8213d491f 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,15 @@
+Thu Sep 02 20:23:44 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/AV/source.cpp:
+ * orbsvcs/orbsvcs/AV/MCast.cpp:
+ * orbsvcs/orbsvcs/AV/Policy.cpp: The inline files were not
+ included in the cpp files when inlining was disable.
+
+ * orbsvcs/orbsvcs/orbsvcs.dsp:
+ * orbsvcs/orbsvcs/orbsvcs_static.dsp: Tons of AV related files
+ were missing. Also added TAO_ORBSVCS_HAS_Trader to avoid
+ defining TAO_String_Hash_Key twice.
+
Thu Sep 2 17:56:29 1999 Jeff Parsons <parsons@cs.wustl.edu>
* TAO_IDL/util/utl_scope.cpp:
@@ -11,7 +23,7 @@ Thu Sep 2 17:56:29 1999 Jeff Parsons <parsons@cs.wustl.edu>
scoped name of the referenced identifier, and that
would be confusing (only the top level component is
'in' the scope and can cause a collision). Thanks to
- Kristopher Johnson <kjohnson@gardnersys.com> for
+ Kristopher Johnson <kjohnson@gardnersys.com> for
reporting the bug and to Jonathan Biggar <jon@floorboard.com>
for his clarification of the 2.3 spec changes.