summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-12 20:18:01 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-11-12 20:18:01 +0000
commitb5a0df3487cd6dc72c2469bf4c2cc679460f146f (patch)
tree2e59b0f82382fdbc8b51c5d87742b18fdaaf3341 /TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp
parent8daa9a9ff52c63cb0d53fb41a56085db21cd907a (diff)
downloadATCD-b5a0df3487cd6dc72c2469bf4c2cc679460f146f.tar.gz
modified type declarations in RtecScheduler.idl to avoid non-portable IDL declarations with identifiers that differed only by case
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp b/TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp
index 54e78eab77a..99f78f2acaa 100644
--- a/TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp
+++ b/TAO/orbsvcs/orbsvcs/Sched/DynSched.cpp
@@ -362,8 +362,8 @@ ACE_DynScheduler::get_rt_info (Object_Name name,
int ACE_DynScheduler::priority (
const RtecScheduler::handle_t handle,
RtecScheduler::OS_Priority &priority,
- RtecScheduler::Preemption_Subpriority &subpriority,
- RtecScheduler::Preemption_Priority &preemption_prio)
+ RtecScheduler::Preemption_Subpriority_t &subpriority,
+ RtecScheduler::Preemption_Priority_t &preemption_prio)
{
// look up the RT_Info that has the given handle
RT_Info *rt_info = 0;