summaryrefslogtreecommitdiff
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
commitdb04a051e8599a6697d490830c266842a31bc455 (patch)
treea549f4a6ee861c70a12953ca8c20e8fa6d73c305
parent374b5336ba5eea56addb8b58acb7c72b914800b2 (diff)
downloadATCD-db04a051e8599a6697d490830c266842a31bc455.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>
-rw-r--r--TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp20
-rw-r--r--TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h20
-rw-r--r--TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp20
-rw-r--r--TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.h20
4 files changed, 40 insertions, 40 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp
index 8293062506f..7adb49300b7 100644
--- a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp
+++ b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp
@@ -101,16 +101,16 @@ ACE_Runtime_Scheduler::get (RtecScheduler::handle_t handle
// Set characteristics of the RT_Info corresponding to the passed handle.
void
-ACE_Runtime_Scheduler::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
+ACE_Runtime_Scheduler::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))
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));
diff --git a/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp b/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp
index 09cbfdfefc8..d4d51e5294d 100644
--- a/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.cpp
@@ -555,16 +555,16 @@ get (RtecScheduler::handle_t handle
template <class RECONFIG_SCHED_STRATEGY, class ACE_LOCK>
void
TAO_Reconfig_Scheduler<RECONFIG_SCHED_STRATEGY, ACE_LOCK>::
-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 CORBA::Long &threads,
- const RtecScheduler::Info_Type_t &info_type
+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,
diff --git a/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.h b/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.h
index 86b49dc894a..ec7f53542bb 100644
--- a/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.h
+++ b/TAO/orbsvcs/orbsvcs/Sched/Reconfig_Scheduler_T.h
@@ -149,16 +149,16 @@ public:
RtecScheduler::SYNCHRONIZATION_FAILURE));
// 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 CORBA::Long &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,