summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-11 04:50:26 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-11 04:50:26 +0000
commit39be9420e4a1be51083649075fee65149ea2cb9f (patch)
treea488ddcdc754e0f1173c4757c16f56e56bb71279
parent9c03ef9d9d3b6686eeaef29fc7511fb0fbe576df (diff)
downloadATCD-39be9420e4a1be51083649075fee65149ea2cb9f.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 6589915d97c..f29a0401023 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,9 +1,15 @@
+Sat Jul 10 23:46:18 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * docs/Options.html:
+ * docs/configurations.html: More updates to the configuration
+ document.
+
Sat Jul 10 21:56:54 1999 Ossama Othman <othman@cs.wustl.edu>
* tao/UIOP_Acceptor.h:
* tao/UIOP_Acceptor.cpp (open_i, close):
- Added an "unlink_on_close_" member that flags whether or not the
+ Added an "unlink_on_close_" member that flags whether or not the
UIOP rendezvous point should be unlinked when closing the
acceptor. Currently this flag is only unset when an "address
already in use" error (EADDRINUSE) occurs. An existing
@@ -12,7 +18,7 @@ Sat Jul 10 21:56:54 1999 Ossama Othman <othman@cs.wustl.edu>
* tao/UIOP_Acceptor.cpp (create_mprofile):
- Initialized a pointer to zero to prevent potential uninitialized
+ Initialized a pointer to zero to prevent potential uninitialized
variable warnings.
Minor coding style updates.