diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-24 02:25:07 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-24 02:25:07 +0000 |
commit | b064545009a163dea968581e676c27f893f8e13c (patch) | |
tree | e56732f0cb317e45f5fa0bd4ab8754dfdacdabbc /TAO/examples | |
parent | 103d06537ba6dbc6549d0ab7ff62b50723f403a0 (diff) | |
download | ATCD-b064545009a163dea968581e676c27f893f8e13c.tar.gz |
ChangeLogTag: Sun Nov 23 20:09:53 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/examples')
9 files changed, 18 insertions, 16 deletions
diff --git a/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl b/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl index 846d863e892..037e86cf831 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl @@ -37,7 +37,7 @@ */ #include <tao/RTScheduling/RTScheduler.pidl> -#include <tao/RTCORBA/RTCORBA.pidl> +#include <tao/RTCORBA/RTCORBA_include.pidl> module FP_Scheduling { diff --git a/TAO/examples/Kokyu_dsrt_schedulers/FP_SchedulingC.h b/TAO/examples/Kokyu_dsrt_schedulers/FP_SchedulingC.h index 753eee919a7..e50a5184d25 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/FP_SchedulingC.h +++ b/TAO/examples/Kokyu_dsrt_schedulers/FP_SchedulingC.h @@ -47,7 +47,7 @@ #include "tao/VarOut_T.h" #include "tao/RTScheduling/RTSchedulerC.h" -#include "tao/RTCORBA/RTCORBAC.h" +#include "tao/RTCORBA/RTCORBA_includeC.h" #if defined (TAO_EXPORT_MACRO) #undef TAO_EXPORT_MACRO @@ -121,7 +121,7 @@ namespace FP_Scheduling TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_SegmentSchedulingParameter; // TAO_IDL - Generated from - // .\be\be_interface.cpp:612 + // .\be\be_interface.cpp:611 #if !defined (_FP_SCHEDULING_SEGMENTSCHEDULINGPARAMETERPOLICY__VAR_OUT_CH_) #define _FP_SCHEDULING_SEGMENTSCHEDULINGPARAMETERPOLICY__VAR_OUT_CH_ @@ -224,7 +224,7 @@ namespace FP_Scheduling TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_SegmentSchedulingParameterPolicy; // TAO_IDL - Generated from - // .\be\be_interface.cpp:612 + // .\be\be_interface.cpp:611 #if !defined (_FP_SCHEDULING_FP_SCHEDULER__VAR_OUT_CH_) #define _FP_SCHEDULING_FP_SCHEDULER__VAR_OUT_CH_ diff --git a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_DSRT_Schedulers.mpc b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_DSRT_Schedulers.mpc index a8fcd40c43b..e141847e620 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_DSRT_Schedulers.mpc +++ b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_DSRT_Schedulers.mpc @@ -1,7 +1,7 @@ project(Kokyu_DSRT_Schedulers) : orbsvcslib, kokyu, rtscheduling, rtcorba { sharedname = Kokyu_DSRT_Schedulers dynamicflags = KOKYU_DSRT_SCHEDULERS_BUILD_DLL - idlflags += -I../../orbsvcs -I../.. -Wb,export_macro=Kokyu_DSRT_Schedulers_Export -Wb,export_include=Kokyu_dsrt_schedulers_export.h + idlflags += -Wb,export_macro=Kokyu_DSRT_Schedulers_Export -Wb,export_include=Kokyu_dsrt_schedulers_export.h Source_Files { FP_Scheduler.cpp diff --git a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl index 69997034657..b988daf8df7 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl @@ -36,7 +36,7 @@ #define _KOKYU_DSRT_QOS_PIDL_ #include <TimeBase.pidl> -#include <tao/RTCORBA/RTCORBA.pidl> +#include <tao/RTCORBA/RTCORBA_include.pidl> #pragma prefix "omg.org" diff --git a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qosC.h b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qosC.h index 6ca0074850a..519350e8e38 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qosC.h +++ b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qosC.h @@ -31,7 +31,7 @@ #ifndef _TAO_IDL_KOKYU_QOSC_H_ #define _TAO_IDL_KOKYU_QOSC_H_ -#include /**/ "tao\RTCORBA\RTCORBA.h" +#include /**/ "ace\pre.h" #include "tao/ORB.h" @@ -48,7 +48,7 @@ #include "tao/VarOut_T.h" #include "TimeBaseC.h" -#include "tao/RTCORBA/RTCORBAC.h" +#include "tao/RTCORBA/RTCORBA_includeC.h" #if defined (TAO_EXPORT_MACRO) #undef TAO_EXPORT_MACRO @@ -256,5 +256,7 @@ Kokyu_DSRT_Schedulers_Export CORBA::Boolean operator>> (TAO_InputCDR &, Kokyu::S #pragma option pop #endif /* __BORLANDC__ */ +#include /**/ "ace\post.h" + #endif /* ifndef */ diff --git a/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl b/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl index 9db0627bf76..e29ab878161 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl @@ -37,7 +37,7 @@ */ #include <tao/RTScheduling/RTScheduler.pidl> -#include <tao/RTCORBA/RTCORBA.pidl> +#include <tao/RTCORBA/RTCORBA_include.pidl> module MIF_Scheduling { diff --git a/TAO/examples/Kokyu_dsrt_schedulers/MIF_SchedulingC.h b/TAO/examples/Kokyu_dsrt_schedulers/MIF_SchedulingC.h index c1c929160b4..f368c28e68b 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/MIF_SchedulingC.h +++ b/TAO/examples/Kokyu_dsrt_schedulers/MIF_SchedulingC.h @@ -47,7 +47,7 @@ #include "tao/VarOut_T.h" #include "tao/RTScheduling/RTSchedulerC.h" -#include "tao/RTCORBA/RTCORBAC.h" +#include "tao/RTCORBA/RTCORBA_includeC.h" #if defined (TAO_EXPORT_MACRO) #undef TAO_EXPORT_MACRO @@ -121,7 +121,7 @@ namespace MIF_Scheduling TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_SchedulingParameter; // TAO_IDL - Generated from - // .\be\be_interface.cpp:612 + // .\be\be_interface.cpp:611 #if !defined (_MIF_SCHEDULING_SCHEDULINGPARAMETERPOLICY__VAR_OUT_CH_) #define _MIF_SCHEDULING_SCHEDULINGPARAMETERPOLICY__VAR_OUT_CH_ @@ -224,7 +224,7 @@ namespace MIF_Scheduling TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_SchedulingParameterPolicy; // TAO_IDL - Generated from - // .\be\be_interface.cpp:612 + // .\be\be_interface.cpp:611 #if !defined (_MIF_SCHEDULING_SCHEDULER__VAR_OUT_CH_) #define _MIF_SCHEDULING_SCHEDULER__VAR_OUT_CH_ diff --git a/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl b/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl index 2b01be5f76e..c0f1922c745 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl @@ -37,7 +37,7 @@ */ #include <tao/RTScheduling/RTScheduler.pidl> -#include <tao/RTCORBA/RTCORBA.pidl> +#include <tao/RTCORBA/RTCORBA_include.pidl> module MUF_Scheduling { diff --git a/TAO/examples/Kokyu_dsrt_schedulers/MUF_SchedulingC.h b/TAO/examples/Kokyu_dsrt_schedulers/MUF_SchedulingC.h index e92c887d31e..35a737e406f 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/MUF_SchedulingC.h +++ b/TAO/examples/Kokyu_dsrt_schedulers/MUF_SchedulingC.h @@ -47,7 +47,7 @@ #include "tao/VarOut_T.h" #include "tao/RTScheduling/RTSchedulerC.h" -#include "tao/RTCORBA/RTCORBAC.h" +#include "tao/RTCORBA/RTCORBA_includeC.h" #if defined (TAO_EXPORT_MACRO) #undef TAO_EXPORT_MACRO @@ -123,7 +123,7 @@ namespace MUF_Scheduling TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_SchedulingParameter; // TAO_IDL - Generated from - // .\be\be_interface.cpp:612 + // .\be\be_interface.cpp:611 #if !defined (_MUF_SCHEDULING_SCHEDULINGPARAMETERPOLICY__VAR_OUT_CH_) #define _MUF_SCHEDULING_SCHEDULINGPARAMETERPOLICY__VAR_OUT_CH_ @@ -226,7 +226,7 @@ namespace MUF_Scheduling TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr _tc_SchedulingParameterPolicy; // TAO_IDL - Generated from - // .\be\be_interface.cpp:612 + // .\be\be_interface.cpp:611 #if !defined (_MUF_SCHEDULING_SCHEDULER__VAR_OUT_CH_) #define _MUF_SCHEDULING_SCHEDULER__VAR_OUT_CH_ |