summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-22 22:53:02 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-22 22:53:02 +0000
commit2468370eb99901af86fb184a379e6ce220b3cf27 (patch)
tree800544c6d26be1590e3d848ab2e01e659ffbd195 /TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
parent044ddce8229cb5cf5f1134dbd2d460994f5851d1 (diff)
downloadATCD-2468370eb99901af86fb184a379e6ce220b3cf27.tar.gz
ChangeLogTag:Sat May 22 17:50:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
index 55a36426f62..72694d63538 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Event_Channel.cpp
@@ -24,7 +24,9 @@ TAO_EC_Event_Channel (const TAO_EC_Event_Channel_Attributes& attr,
factory_ (factory),
own_factory_ (own_factory),
consumer_reconnect_ (attr.consumer_reconnect),
- supplier_reconnect_ (attr.supplier_reconnect)
+ supplier_reconnect_ (attr.supplier_reconnect),
+ busy_hwm_ (attr.busy_hwm),
+ max_write_delay_ (attr.max_write_delay)
{
if (this->factory_ == 0)
{
@@ -60,10 +62,6 @@ TAO_EC_Event_Channel (const TAO_EC_Event_Channel_Attributes& attr,
this->scheduling_strategy_ =
this->factory_->create_scheduling_strategy (this);
-
- this->consumer_admin_->busy_hwm (attr.consumer_admin_busy_hwm);
- this->consumer_admin_->max_write_delay (attr.consumer_admin_max_write_delay);
-
}
TAO_EC_Event_Channel::~TAO_EC_Event_Channel (void)