summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-25 18:04:11 +0000
commitc979767a00db4ea1299af482033a68829cc16675 (patch)
tree3e959cad0a053f1adad663e7c02bc7a239f383d8 /TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp
parent0f3847bc7fd735ab88276fee59e2ebd6cb8d1f99 (diff)
downloadATCD-c979767a00db4ea1299af482033a68829cc16675.tar.gz
ChangeLogTag: Thu Jan 25 17:39:59 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp17
1 files changed, 6 insertions, 11 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp
index 7f1f2a89db2..891cc55c412 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Kokyu_Scheduling.cpp
@@ -21,8 +21,7 @@ TAO_EC_Kokyu_Scheduling::~TAO_EC_Kokyu_Scheduling (void)
void
TAO_EC_Kokyu_Scheduling::add_proxy_supplier_dependencies (
TAO_EC_ProxyPushSupplier *supplier,
- TAO_EC_ProxyPushConsumer *consumer
- ACE_ENV_ARG_DECL)
+ TAO_EC_ProxyPushConsumer *consumer)
{
const RtecEventChannelAdmin::SupplierQOS& qos =
consumer->publications ();
@@ -40,19 +39,17 @@ TAO_EC_Kokyu_Scheduling::add_proxy_supplier_dependencies (
this->scheduler_->priority (qos_info.rt_info,
os_priority,
p_subpriority,
- p_priority
- ACE_ENV_ARG_PARAMETER);
+ p_priority);
qos_info.preemption_priority = p_priority;
- supplier->add_dependencies (header, qos_info ACE_ENV_ARG_PARAMETER);
+ supplier->add_dependencies (header, qos_info);
}
}
void
TAO_EC_Kokyu_Scheduling::schedule_event (const RtecEventComm::EventSet &event,
TAO_EC_ProxyPushConsumer *consumer,
- TAO_EC_Supplier_Filter *filter
- ACE_ENV_ARG_DECL)
+ TAO_EC_Supplier_Filter *filter)
{
RtecEventChannelAdmin::SupplierQOS qos =
consumer->publications ();
@@ -82,13 +79,11 @@ TAO_EC_Kokyu_Scheduling::schedule_event (const RtecEventComm::EventSet &event,
this->scheduler_->priority (qos_info.rt_info,
os_priority,
p_subpriority,
- p_priority
- ACE_ENV_ARG_PARAMETER);
+ p_priority);
qos_info.preemption_priority = p_priority;
}
- filter->push_scheduled_event (single_event, qos_info
- ACE_ENV_ARG_PARAMETER);
+ filter->push_scheduled_event (single_event, qos_info);
}
}