summaryrefslogtreecommitdiff
path: root/ACE/ace/Connector.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-02-01 11:22:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-02-01 11:22:16 +0000
commit158d2fb157343152ee2a78e765a900077538dea0 (patch)
tree31d302b1a4cd4c71fe271248608fc5d63f3968b8 /ACE/ace/Connector.cpp
parent450907ebac65115d6c8df535378cb4a3332cce9f (diff)
downloadATCD-158d2fb157343152ee2a78e765a900077538dea0.tar.gz
Mon Feb 1 11:21:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Connector.cpp: Const change * bin/diff-builds-and-group-fixed-tests-only.sh: * etc/index.html: * docs/Download.html: Updated because of recent release * tests/NonBlocking_Conn_Test.cpp: Improved this test so that it really tests the connections * tests/tests.mpc: Bug_3709_Regression itselfs checks now for vc71 * ace/Reactor.h: Doxygen fixes
Diffstat (limited to 'ACE/ace/Connector.cpp')
-rw-r--r--ACE/ace/Connector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Connector.cpp b/ACE/ace/Connector.cpp
index d3298942196..db184ac1253 100644
--- a/ACE/ace/Connector.cpp
+++ b/ACE/ace/Connector.cpp
@@ -122,7 +122,7 @@ ACE_NonBlocking_Connect_Handler<SVC_HANDLER>::handle_timeout
ACE_TRACE ("ACE_NonBlocking_Connect_Handler<SVC_HANDLER>::handle_timeout");
SVC_HANDLER *svc_handler = 0;
- int retval = this->close (svc_handler) ? 0 : -1;
+ int const retval = this->close (svc_handler) ? 0 : -1;
// Forward to the SVC_HANDLER the <arg> that was passed in as a
// magic cookie during ACE_Connector::connect(). This gives the