summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-21 08:37:50 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-21 08:37:50 +0000
commitd93eac99cfd46db0cd63f4c2495b37961fbffa45 (patch)
tree1b4e941f1eb99af8d40246cf7e88f0dd1a5e9fa7
parented810827a94499f9eb7cdd6dc7d04b250dd55861 (diff)
downloadATCD-d93eac99cfd46db0cd63f4c2495b37961fbffa45.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 346bb200862..c3a4283bf50 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,21 @@
+Sat Aug 21 03:32:52 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * examples/Simple/time-date/Time_Date.dsp:
+ * examples/Simple/time-date/client.dsp:
+ * examples/Simple/time-date/server.dsp: Added definition of
+ Alt_Resource_Factory_HAS_DLL=1 to all projects.
+
+ * examples/Simple/time-date/Time_Date.cpp
+ (Alt_Resource_Factory_BUILD_DLL): Define this macro.
+
+ * tao/default_resource.h (TAO_Default_Resource_Factory): Added
+ TAO_Export specifier to the class.
+
+ * tao/ORB.cpp (open): Moved the setting of <open_called_> *after*
+ the ORB has actually opened. Otherwise, the double-checked
+ locking here would be useless and race condition might occurred
+ (it did, in time-date example.)
+
Fri Aug 20 15:51:29 1999 Nanbor Wang <nanbor@cs.wustl.edu>
* tao/ORB.cpp (resolve_initial_references): Changed to search for