diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-04-27 17:04:32 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-04-27 17:04:32 +0000 |
commit | 549c98851abf814c8e76bf8db8cce0b891f06a33 (patch) | |
tree | fc7f0d441563d4576703164dd25044b1286dc527 /TAO/orbsvcs | |
parent | daa7bfcf1fe7955439f5e049807b16dae36bd71d (diff) | |
download | ATCD-549c98851abf814c8e76bf8db8cce0b891f06a33.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp index 54056c5774b..0e993b92b4c 100644 --- a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp +++ b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.cpp @@ -298,8 +298,8 @@ ACE_Runtime_Scheduler::last_scheduled_priority (ACE_ENV_SINGLE_ARG_DECL) void -ACE_Runtime_Scheduler::get_config_infos (RtecScheduler::Config_Info_Set_out /*configs */ - ACE_ENV_ARG_DECL_NOT_USED) +ACE_Runtime_Scheduler::get_config_infos (RtecScheduler::Config_Info_Set_out configs + ACE_ENV_ARG_DECL) ACE_THROW_SPEC ((CORBA::SystemException, RtecScheduler::NOT_SCHEDULED)) { |