diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-01 05:21:16 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-01 05:21:16 +0000 |
commit | 12415567ba096403a5cca658c55d244371369210 (patch) | |
tree | d303ef36098b0c181c054ccfd7a7b11dd71eaa0c /TAO/examples | |
parent | b044d5c8fe7f8578d2f8f634575b0fba8fb76f0c (diff) | |
download | ATCD-12415567ba096403a5cca658c55d244371369210.tar.gz |
ChangeLogTag:Wed Mar 31 23:16:00 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/examples')
-rw-r--r-- | TAO/examples/Borland/ChatClient.cpp | 4 | ||||
-rw-r--r-- | TAO/examples/Borland/ORBThread.h | 2 | ||||
-rw-r--r-- | TAO/examples/Borland/pch.h | 2 | ||||
-rw-r--r-- | TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduling.pidl | 4 | ||||
-rw-r--r-- | TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl | 4 | ||||
-rw-r--r-- | TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl | 4 | ||||
-rw-r--r-- | TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl | 4 | ||||
-rw-r--r-- | TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl | 4 | ||||
-rw-r--r-- | TAO/examples/RTScheduling/FP_Scheduling.pidl | 4 | ||||
-rw-r--r-- | TAO/examples/RTScheduling/MIF_Scheduling.pidl | 4 |
10 files changed, 18 insertions, 18 deletions
diff --git a/TAO/examples/Borland/ChatClient.cpp b/TAO/examples/Borland/ChatClient.cpp index 82ec1e253d3..d3090a82aa1 100644 --- a/TAO/examples/Borland/ChatClient.cpp +++ b/TAO/examples/Borland/ChatClient.cpp @@ -2,8 +2,8 @@ //--------------------------------------------------------------------------- #include "pch.h" #pragma hdrstop -#include <ace/ace.h> -#include <tao/corba.h> +#include "ace/ace.h" +#include "tao/corba.h" #include "ChatClientWnd.h" USERES("ChatClient.res"); USEFORM("ChatClientWnd.cpp", ChatClientWindow); diff --git a/TAO/examples/Borland/ORBThread.h b/TAO/examples/Borland/ORBThread.h index 3442ba9d2de..fb680fcc8fe 100644 --- a/TAO/examples/Borland/ORBThread.h +++ b/TAO/examples/Borland/ORBThread.h @@ -3,7 +3,7 @@ #ifndef ORBThreadH #define ORBThreadH //--------------------------------------------------------------------------- -#include <tao/ORB.h> +#include "tao/ORB.h" //--------------------------------------------------------------------------- class PACKAGE TORBThread : public TThread { diff --git a/TAO/examples/Borland/pch.h b/TAO/examples/Borland/pch.h index d96c064323b..b890766880e 100644 --- a/TAO/examples/Borland/pch.h +++ b/TAO/examples/Borland/pch.h @@ -3,6 +3,6 @@ #define INCLUDE_PCH_H #include "ace/config-all.h" -#include <tao/corbafwd.h> +#include "tao/corbafwd.h" #endif diff --git a/TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduling.pidl b/TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduling.pidl index 4f16c754a6e..4a21e9eaefb 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduling.pidl +++ b/TAO/examples/Kokyu_dsrt_schedulers/EDF_Scheduling.pidl @@ -36,8 +36,8 @@ * */ -#include <tao/RTScheduling/RTScheduler.pidl> -#include <tao/RTCORBA/RTCORBA.pidl> +#include "tao/RTScheduling/RTScheduler.pidl" +#include "tao/RTCORBA/RTCORBA.pidl" module EDF_Scheduling { diff --git a/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl b/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl index ae7d9dad82f..61e89c4898f 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/FP_Scheduling.idl @@ -36,8 +36,8 @@ * */ -#include <tao/RTScheduling/RTScheduler_include.pidl> -#include <tao/RTCORBA/RTCORBA_include.pidl> +#include "tao/RTScheduling/RTScheduler_include.pidl" +#include "tao/RTCORBA/RTCORBA_include.pidl" module FP_Scheduling { diff --git a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl index df8607d686d..4001a937823 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/Kokyu_qos.idl @@ -35,8 +35,8 @@ #ifndef _KOKYU_DSRT_QOS_PIDL_ #define _KOKYU_DSRT_QOS_PIDL_ -#include <tao/TimeBase.pidl> -#include <tao/RTCORBA/RTCORBA_include.pidl> +#include "tao/TimeBase.pidl" +#include "tao/RTCORBA/RTCORBA_include.pidl" #pragma prefix "omg.org" diff --git a/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl b/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl index 69c0c7b3dca..f0bd37090b7 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/MIF_Scheduling.idl @@ -36,8 +36,8 @@ * */ -#include <tao/RTScheduling/RTScheduler_include.pidl> -#include <tao/RTCORBA/RTCORBA_include.pidl> +#include "tao/RTScheduling/RTScheduler_include.pidl" +#include "tao/RTCORBA/RTCORBA_include.pidl" module MIF_Scheduling { diff --git a/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl b/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl index c9bb4d96870..98924357866 100644 --- a/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl +++ b/TAO/examples/Kokyu_dsrt_schedulers/MUF_Scheduling.idl @@ -36,8 +36,8 @@ * */ -#include <tao/RTScheduling/RTScheduler_include.pidl> -#include <tao/RTCORBA/RTCORBA_include.pidl> +#include "tao/RTScheduling/RTScheduler_include.pidl" +#include "tao/RTCORBA/RTCORBA_include.pidl" module MUF_Scheduling { diff --git a/TAO/examples/RTScheduling/FP_Scheduling.pidl b/TAO/examples/RTScheduling/FP_Scheduling.pidl index 8868d9e4808..ae50248097d 100644 --- a/TAO/examples/RTScheduling/FP_Scheduling.pidl +++ b/TAO/examples/RTScheduling/FP_Scheduling.pidl @@ -1,6 +1,6 @@ //$Id$ -#include <tao/RTScheduling/RTScheduler.pidl> -#include <tao/RTCORBA/RTCORBA.pidl> +#include "tao/RTScheduling/RTScheduler.pidl" +#include "tao/RTCORBA/RTCORBA.pidl" module FP_Scheduling { diff --git a/TAO/examples/RTScheduling/MIF_Scheduling.pidl b/TAO/examples/RTScheduling/MIF_Scheduling.pidl index f855284edc7..79e4a7a7054 100644 --- a/TAO/examples/RTScheduling/MIF_Scheduling.pidl +++ b/TAO/examples/RTScheduling/MIF_Scheduling.pidl @@ -1,6 +1,6 @@ //$Id$ -#include <tao/RTScheduling/RTScheduler.pidl> -#include <tao/RTCORBA/RTCORBA.pidl> +#include "tao/RTScheduling/RTScheduler.pidl" +#include "tao/RTCORBA/RTCORBA.pidl" module MIF_Scheduling { |