summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-24 11:56:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-24 11:56:25 +0000
commit7cb58dab2984077eab2d0b806d5e220ada10ebc9 (patch)
treea549f4a6ee861c70a12953ca8c20e8fa6d73c305 /TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h
parenta5ae9173cf9f737c59faf06a3dd7113e831f60a9 (diff)
downloadATCD-7cb58dab2984077eab2d0b806d5e220ada10ebc9.tar.gz
ChangeLogTag: Mon Apr 24 11:29:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Mon Apr 24 11:31:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h
index 907bcfbe121..f7afe874c75 100644
--- a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h
+++ b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h
@@ -62,16 +62,16 @@ public:
RtecScheduler::UNKNOWN_TASK));
// Return a pointer to the RT_Info corresponding to the passed handle.
- virtual void set (const RtecScheduler::handle_t &handle,
- const RtecScheduler::Criticality_t &criticality,
- const RtecScheduler::Time &time,
- const RtecScheduler::Time &typical_time,
- const RtecScheduler::Time &cached_time,
- const RtecScheduler::Period_t &period,
- const RtecScheduler::Importance_t &importance,
- const RtecScheduler::Quantum_t &quantum,
- const RtecScheduler::Threads_t &threads,
- const RtecScheduler::Info_Type_t &info_type
+ virtual void set (::RtecScheduler::handle_t handle,
+ ::RtecScheduler::Criticality_t criticality,
+ ::RtecScheduler::Time time,
+ ::RtecScheduler::Time typical_time,
+ ::RtecScheduler::Time cached_time,
+ ::RtecScheduler::Period_t period,
+ ::RtecScheduler::Importance_t importance,
+ ::RtecScheduler::Quantum_t quantum,
+ ::RtecScheduler::Threads_t threads,
+ ::RtecScheduler::Info_Type_t info_type
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
RtecScheduler::UNKNOWN_TASK));