summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-05-16 13:26:52 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-05-16 13:26:52 +0000
commit421c3fca097167d08b0ea4126f71038d51990756 (patch)
tree6a24444564aab62430c354072582bd7fd1613e41 /TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp
parent37b350d5b7008cd6e8c51a180728ba8d654fdbd6 (diff)
downloadATCD-421c3fca097167d08b0ea4126f71038d51990756.tar.gz
ChangeLogTag: Mon May 16 08:25:53 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp
index df8d04afcd3..66a43636c82 100644
--- a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp
+++ b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.cpp
@@ -340,12 +340,12 @@ int ACE_Scheduler_Factory::dump_schedule
if (dependency_format == 0)
dependency_format = " { (RtecScheduler::Dependency_Type_t) %d, %10d, "
"%10d, %10d,"
- "(RtecScheduler::Dispatching_Type_t) %d }";
+ "(RtecScheduler::Dependency_Enabled_Type_t) %d }";
// Default format for printing Config_Info output.
if (config_info_format == 0)
config_info_format = " { %10d, %10d, "
- "(RtecScheduler::Dependency_Enabled_Type_t) %d }";
+ "(RtecScheduler::Dispatching_Type_t) %d }";
FILE* file = stdout;
if (file_name != 0)