summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2006-09-12 02:04:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2006-09-12 02:04:15 +0000
commitf35d4655d2025aa75c44af40767d0439a7eb9219 (patch)
tree670d2e5326eeb441c5e93ebef0c72d64daebe88d
parent4501159375c18528e517372b703a0c1bc3e79b65 (diff)
downloadATCD-f35d4655d2025aa75c44af40767d0439a7eb9219.tar.gz
ChangeLogTag:Thu
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/THANKS1
-rw-r--r--ACE/ace/FILE_Addr.h1
-rw-r--r--ACE/ace/FILE_Connector.h12
-rw-r--r--ACE/ace/Select_Reactor_T.cpp4
5 files changed, 14 insertions, 11 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 7ef06f5986d..ae64191c9ba 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Thu Sep 7 19:43:02 UTC 2006 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+
+ * ace/FILE_Connector.h (ACE_FILE_Connector): Updated the
+ documentation to remove mention of the return values. Thanks to
+ Hieu Ngyuen <hieu dot t dot nguyen at vanderbilt dot edu> for
+ reporting this.
+
Mon Sep 11 13:03:17 UTC 2006 Boris Kolpackov <boris@codesynthesis.com>
* ace/Bound_Ptr.h:
diff --git a/ACE/THANKS b/ACE/THANKS
index ca3d750b42f..766e74f3b0b 100644
--- a/ACE/THANKS
+++ b/ACE/THANKS
@@ -2145,6 +2145,7 @@ Liu Qian <qianliu dot gmail at com>
Nzer Zaidenberg <scipioenterprises at yahoo dot com>
Birgit Platt <bhe at newbase dot de>
Andy Salnikov <a_salnikov at yahoo dot com>
+Hieu Ngyuen <hieu dot t dot nguyen at vanderbilt dot edu>
Andriy Gapon <avg at icyb dot net dot ua>
I would particularly like to thank Paul Stephenson, who worked with me
diff --git a/ACE/ace/FILE_Addr.h b/ACE/ace/FILE_Addr.h
index 815319a834b..c3f962dd53a 100644
--- a/ACE/ace/FILE_Addr.h
+++ b/ACE/ace/FILE_Addr.h
@@ -10,7 +10,6 @@
*/
//=============================================================================
-
#ifndef ACE_FILE_ADDR_H
#define ACE_FILE_ADDR_H
#include /**/ "ace/pre.h"
diff --git a/ACE/ace/FILE_Connector.h b/ACE/ace/FILE_Connector.h
index 038f97ee5a1..3521e6490fc 100644
--- a/ACE/ace/FILE_Connector.h
+++ b/ACE/ace/FILE_Connector.h
@@ -51,13 +51,11 @@ public:
* filename (via <ACE_OS::mktemp>). The <timeout> is the amount of
* time to wait to create/open the file. If it's 0 then we block
* indefinitely. If *timeout == {0, 0} then the file is created
- * using non-blocking mode. In this case, if the create/open can't
- * be done immediately the value of -1 is returned with <errno ==
- * EWOULDBLOCK>. If *timeout > {0, 0} then this is the maximum amount of
- * time to wait before timing out. If the time expires before the
- * connection is made <errno == ETIME>. The <local_sap> and
- * <reuse_addr> parameters are ignored. The <flags> and <perms>
- * arguments are passed down to the <ACE_OS::open> method.
+ * using non-blocking mode. If *timeout > {0, 0} then this is the
+ * maximum amount of time to wait before timing out. The
+ * <local_sap> and <reuse_addr> parameters are ignored. The <flags>
+ * and <perms> arguments are passed down to the <ACE_OS::open>
+ * method.
*/
ACE_FILE_Connector (ACE_FILE_IO &new_io,
const ACE_FILE_Addr &remote_sap,
diff --git a/ACE/ace/Select_Reactor_T.cpp b/ACE/ace/Select_Reactor_T.cpp
index bf0bdbc36cb..c4602281d3a 100644
--- a/ACE/ace/Select_Reactor_T.cpp
+++ b/ACE/ace/Select_Reactor_T.cpp
@@ -827,9 +827,7 @@ ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::notify_handle
// Call remove_reference() if needed.
if (reference_counting_required)
- {
- event_handler->remove_reference ();
- }
+ event_handler->remove_reference ();
}
// Perform GET, CLR, SET, and ADD operations on the select()