summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/Event_Channel.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/Event/Event_Channel.cpp
parente8a745ea70a1df43a209f25c7ecc36a397249c8f (diff)
downloadATCD-6d64069608cb5e29a191ed8d2eb4d7e163aa0290.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
index d5f868ad086..d1c41ef578a 100644
--- a/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/Event_Channel.cpp
@@ -1307,8 +1307,8 @@ ACE_ES_Consumer_Module::fill_qos (RtecEventChannelAdmin::ConsumerQOS& c_qos,
{
ACE_GUARD (ACE_ES_MUTEX, ace_mon, this->lock_);
- c_qos.is_gateway = CORBA::B_TRUE;
- s_qos.is_gateway = CORBA::B_TRUE;
+ c_qos.is_gateway = 1;
+ s_qos.is_gateway = 1;
int count = 0;
{
@@ -3202,8 +3202,8 @@ ACE_ES_Supplier_Module::fill_qos (RtecEventChannelAdmin::ConsumerQOS& c_qos,
{
ACE_GUARD (ACE_ES_MUTEX, ace_mon, this->lock_);
- c_qos.is_gateway = CORBA::B_TRUE;
- s_qos.is_gateway = CORBA::B_TRUE;
+ c_qos.is_gateway = 1;
+ s_qos.is_gateway = 1;
int count = 0;
{