summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_Strategy.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-01-12 18:41:55 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-01-12 18:41:55 +0000
commit3f5dbd158c653c45bc591474f9badb092869f1ce (patch)
tree7773079f17cc7e0382339f6d9c388d0e4142192d /TAO/tao/Wait_Strategy.cpp
parent05449834ecbb01613355d2ae33156ddb3e55052e (diff)
downloadATCD-3f5dbd158c653c45bc591474f9badb092869f1ce.tar.gz
Mon Jan 12 18:41:46 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Transport.cpp (register_if_necessary): Don't check if the transport is registered, we could get a thread switch between the check and the registration. Also only when the register_handler returns -1 we have a failure, with 1 it is already registered. This fixes bugzilla 3543 * tao/Wait_On_Read.cpp: * tao/Wait_Strategy.cpp: Layout change * tao/Wait_Strategy.h: Doxygen change * tao/Exception.h: Layout changes
Diffstat (limited to 'TAO/tao/Wait_Strategy.cpp')
-rw-r--r--TAO/tao/Wait_Strategy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/tao/Wait_Strategy.cpp b/TAO/tao/Wait_Strategy.cpp
index 9bb05eccd52..a0f49b621ff 100644
--- a/TAO/tao/Wait_Strategy.cpp
+++ b/TAO/tao/Wait_Strategy.cpp
@@ -18,7 +18,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_Wait_Strategy::TAO_Wait_Strategy (TAO_Transport *transport)
: transport_ (transport),
is_registered_ (false)
-
{
}