diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-11-28 09:55:00 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-11-28 09:55:00 +0000 |
commit | a2f572c8827d5afb111aa1b8230d22213681f8fc (patch) | |
tree | 0da60f917028b56d1c16bfcac97f9ea652a0718c /TAO/examples/Kokyu_dsrt_schedulers | |
parent | ea6fb403b1361bd339f135822af2d379cc365c99 (diff) | |
download | ATCD-a2f572c8827d5afb111aa1b8230d22213681f8fc.tar.gz |
ChangeLogTag: Fri Nov 28 09:54:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/Kokyu_dsrt_schedulers')
4 files changed, 16 insertions, 16 deletions
diff --git a/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl b/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl index 037e86cf831..3eb3d7eaa8d 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl @@ -1,7 +1,7 @@ //$Id$ /** - * @file FP_Scheduling.pidl + * @file FP_Scheduling.idl * * $Id$ * @@ -14,13 +14,13 @@ * 1. Run the tao_idl compiler on the pidl file. The command used for * this is: * - * tao_idl -I $TAO_ROOT -Ge 1 - * -Wb,export_macro=Kokyu_DSRT_Schedulers_Export + * tao_idl -I $TAO_ROOT -Ge 1 + * -Wb,export_macro=Kokyu_DSRT_Schedulers_Export * -Wb,export_include=Kokyu_dsrt_schedulers_export.h * * * 2. Then apply the patches in FP_SchedulingC.h.diff to the generated code. - * The patch will replace the inclusion of RTCORBAC.h and RTSchedulerC.h + * The patch will replace the inclusion of RTCORBAC.h and RTSchedulerC.h * with RTCORBA.h and RTScheduler.h respectively. * * Apply patches using the following command: diff --git a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl index b988daf8df7..63cc8df216d 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl @@ -1,6 +1,6 @@ /** - * @file Kokyu_qos.pidl + * @file Kokyu_qos.idl * * $Id$ * @@ -16,7 +16,7 @@ * tao_idl -I $TAO_ROOT -Ge 1 Kokyu_qos.pidl * * 2. Then apply the patches in Kokyu_qosC.h.diff to the generated code. - * The patch will replace the inclusion of RTCORBAC.h and RTSchedulerC.h + * The patch will replace the inclusion of RTCORBAC.h and RTSchedulerC.h * with RTCORBA.h and RTScheduler.h respectively. * * Apply patches using the following command: diff --git a/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl b/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl index e29ab878161..a6982828159 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl @@ -1,7 +1,7 @@ //$Id$ /** - * @file MIF_Scheduling.pidl + * @file MIF_Scheduling.idl * * $Id$ * @@ -14,13 +14,13 @@ * 1. Run the tao_idl compiler on the pidl file. The command used for * this is: * - * tao_idl -I $TAO_ROOT -Ge 1 - * -Wb,export_macro=Kokyu_DSRT_Schedulers_Export + * tao_idl -I $TAO_ROOT -Ge 1 + * -Wb,export_macro=Kokyu_DSRT_Schedulers_Export * -Wb,export_include=Kokyu_dsrt_schedulers_export.h * * * 2. Then apply the patches in MIF_SchedulingC.h.diff to the generated code. - * The patch will replace the inclusion of RTCORBAC.h and RTSchedulerC.h + * The patch will replace the inclusion of RTCORBAC.h and RTSchedulerC.h * with RTCORBA.h and RTScheduler.h respectively. * * Apply patches using the following command: @@ -51,11 +51,11 @@ module MIF_Scheduling { attribute SchedulingParameter value; }; - + local interface Scheduler : RTScheduling::Scheduler { SchedulingParameterPolicy - create_scheduling_parameter + create_scheduling_parameter (in SchedulingParameter value); }; }; diff --git a/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl b/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl index c0f1922c745..baf1c88be58 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl @@ -1,7 +1,7 @@ //$Id$ /** - * @file MUF_Scheduling.pidl + * @file MUF_Scheduling.idl * * $Id$ * @@ -14,13 +14,13 @@ * 1. Run the tao_idl compiler on the pidl file. The command used for * this is: * - * tao_idl -I $TAO_ROOT -Ge 1 - * -Wb,export_macro=Kokyu_DSRT_Schedulers_Export + * tao_idl -I $TAO_ROOT -Ge 1 + * -Wb,export_macro=Kokyu_DSRT_Schedulers_Export * -Wb,export_include=Kokyu_dsrt_schedulers_export.h * * * 2. Then apply the patches in MUF_SchedulingC.h.diff to the generated code. - * The patch will replace the inclusion of RTCORBAC.h and RTSchedulerC.h + * The patch will replace the inclusion of RTCORBAC.h and RTSchedulerC.h * with RTCORBA.h and RTScheduler.h respectively. * * Apply patches using the following command: |