summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
commit6d64069608cb5e29a191ed8d2eb4d7e163aa0290 (patch)
tree9f02216ea2a0aaf7c1404e4f48dcc9e18cf151a6 /TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
parente8a745ea70a1df43a209f25c7ecc36a397249c8f (diff)
downloadATCD-6d64069608cb5e29a191ed8d2eb4d7e163aa0290.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
index 16e08cd60b8..564cf38b8e3 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp
@@ -30,13 +30,13 @@ TAO_AV_Endpoint_Strategy::TAO_AV_Endpoint_Strategy (void)
// Destructor.
TAO_AV_Endpoint_Strategy::~TAO_AV_Endpoint_Strategy (void)
{
- if (CORBA::is_nil (this->stream_endpoint_a_) == CORBA::B_FALSE)
+ if (CORBA::is_nil (this->stream_endpoint_a_) == 0)
CORBA::release (this->stream_endpoint_a_);
- if (CORBA::is_nil (this->stream_endpoint_b_) == CORBA::B_FALSE)
+ if (CORBA::is_nil (this->stream_endpoint_b_) == 0)
CORBA::release (this->stream_endpoint_b_);
- if (CORBA::is_nil (this->stream_endpoint_b_) == CORBA::B_FALSE)
+ if (CORBA::is_nil (this->stream_endpoint_b_) == 0)
CORBA::release (this->vdev_);
}
@@ -179,7 +179,7 @@ TAO_AV_Endpoint_Process_Strategy::activate (void)
int
TAO_AV_Endpoint_Process_Strategy::bind_to_naming_service (CORBA::Environment &env)
{
- if (CORBA::is_nil (this->naming_context_.in ()) == CORBA::B_FALSE)
+ if (CORBA::is_nil (this->naming_context_.in ()) == 0)
return 0;
CORBA::Object_var naming_obj =