summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-29 15:39:37 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-01-29 15:39:37 +0000
commit2681771cbcd37e11d5468573dbaf3e35366ceb81 (patch)
treebf1e26a7c8ec773406655827cd47475b12839dc0
parent6b3dc518381a40c256407cbf51fc38a3639169d9 (diff)
downloadATCD-2681771cbcd37e11d5468573dbaf3e35366ceb81.tar.gz
ChangeLogTag: Thu Jan 29 09:36:11 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/tao/orb.idl8
2 files changed, 12 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index edace4290af..eb1b253e5af 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jan 29 09:36:11 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/orb.idl:
+
+ Added 'tao/' prefix to each included .pidl file, since some builds
+ (even some versions of a build on certain platforms) have only
+ TAO_ROOT in the path and not also TAO_ROOT/tao.
+
Thu Jan 29 09:14:59 2004 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/Trading_Service/Trading_Service.mpc:
diff --git a/TAO/tao/orb.idl b/TAO/tao/orb.idl
index 9d0f0654988..10254cdf91f 100644
--- a/TAO/tao/orb.idl
+++ b/TAO/tao/orb.idl
@@ -7,11 +7,11 @@
#ifndef TAO_ORB_IDL
#define TAO_ORB_IDL
-#include <OctetSeq.pidl>
-#include <StringSeq.pidl>
+#include <tao/OctetSeq.pidl>
+#include <tao/StringSeq.pidl>
-#include <Policy.pidl>
-#include <Services.pidl>
+#include <tao/Policy.pidl>
+#include <tao/Services.pidl>
#pragma prefix "omg.org"