summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-06 21:57:39 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-02-06 21:57:39 +0000
commit65113cbca8e74783d453301a770966370de02c46 (patch)
tree160b855959c9bcc16faa29a735ba0d422acc4165
parentf394fc8be3cb5c895461ebfe62eb139b40dba181 (diff)
downloadATCD-65113cbca8e74783d453301a770966370de02c46.tar.gz
ChangeLogTag: Fri Feb 6 15:54:26 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog11
-rw-r--r--TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl2
-rw-r--r--TAO/CIAO/examples/OEP/BasicSP/BasicSP.idl2
-rw-r--r--TAO/CIAO/examples/OEP/Display/HUDisplay.idl2
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl2
-rw-r--r--TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl2
6 files changed, 16 insertions, 5 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index f468b85ac6d..b55c64453ae 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,14 @@
+Fri Feb 6 15:54:26 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * examples/Hello/Hello_Base/Hello_Base.idl:
+ * examples/OEP/BasicSP/BasicSP.idl:
+ * examples/OEP/Display/HUDisplay.idl:
+ * performance-tests/Benchmark/RoundTrip/RoundTrip.idl:
+ * performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl:
+
+ Removed the 'ciao/' path prefix from inclusions of
+ Components.idl.
+
Fri Feb 6 14:49:48 2004 Tao Lu <lu@dre.vanderbilt.edu>
* CIDLC/CIDLC.mpc:
diff --git a/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl b/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
index f7baa1f6a87..0ac19ea2276 100644
--- a/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
+++ b/TAO/CIAO/examples/Hello/Hello_Base/Hello_Base.idl
@@ -9,7 +9,7 @@
#ifndef HELLO_IDL
#define HELLO_IDL
-#include <ciao/Components.idl>
+#include <Components.idl>
module Hello
{
diff --git a/TAO/CIAO/examples/OEP/BasicSP/BasicSP.idl b/TAO/CIAO/examples/OEP/BasicSP/BasicSP.idl
index b0b0efd2d72..e8e0bf2ae2a 100644
--- a/TAO/CIAO/examples/OEP/BasicSP/BasicSP.idl
+++ b/TAO/CIAO/examples/OEP/BasicSP/BasicSP.idl
@@ -12,7 +12,7 @@
#ifndef CIAO_BASIC_SP_IDL
#define CIAO_BASIC_SP_IDL
-#include <ciao/Components.idl>
+#include <Components.idl>
// @@NOTE: Do we need a pragma prefix. Anyway its broken now in TAO..
// #pragma prefix ""
diff --git a/TAO/CIAO/examples/OEP/Display/HUDisplay.idl b/TAO/CIAO/examples/OEP/Display/HUDisplay.idl
index a61812a127e..58b02bacded 100644
--- a/TAO/CIAO/examples/OEP/Display/HUDisplay.idl
+++ b/TAO/CIAO/examples/OEP/Display/HUDisplay.idl
@@ -11,7 +11,7 @@
#ifndef HUDISPLAY_IDL
#define HUDISPLAY_IDL
-#include <ciao/Components.idl>
+#include <Components.idl>
module HUDisplay
{
diff --git a/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl b/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl
index 0f762958998..73a00422297 100644
--- a/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl
+++ b/TAO/CIAO/performance-tests/Benchmark/RoundTrip/RoundTrip.idl
@@ -12,7 +12,7 @@
#define CIAO_ROUNDTRIP_IDL
#include "../Benchmark.idl"
-#include <ciao/Components.idl>
+#include <Components.idl>
module Benchmark
{
diff --git a/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl b/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl
index 8ddde6a2aa4..3f891ce00d3 100644
--- a/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl
+++ b/TAO/CIAO/performance-tests/Benchmark/RoundTripClient/RoundTripClient.idl
@@ -11,7 +11,7 @@
#ifndef CIAO_ROUNDTRIPCLIENT_IDL
#define CIAO_ROUNDTRIPCLIENT_IDL
-#include <ciao/Components.idl>
+#include <Components.idl>
#include "../Benchmark.idl"
module Benchmark