summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-09 15:42:05 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-03-09 15:42:05 +0000
commitd722f067047506442377206d3607adb0e8277746 (patch)
treed44ed01c4f38a99f368a99e0077c1a0be7fc5152 /TAO/tao
parent427d3c86759395b96fe4f91933e681a3445e4c4c (diff)
downloadATCD-d722f067047506442377206d3607adb0e8277746.tar.gz
ChangeLogTag: Thu Mar 9 15:37:05 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/AnyTypeCode/Dynamic.pidl4
-rw-r--r--TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl2
-rw-r--r--TAO/tao/BiDir_GIOP/BiDirPolicy.pidl2
-rw-r--r--TAO/tao/CodecFactory/IOP_Codec.pidl6
-rw-r--r--TAO/tao/DynamicAny/DynamicAny.pidl2
-rw-r--r--TAO/tao/IFR_Client/IFR_Base.pidl4
-rw-r--r--TAO/tao/IFR_Client/IFR_Basic.pidl2
-rw-r--r--TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl2
-rw-r--r--TAO/tao/PI/ClientRequestInfo.pidl4
-rw-r--r--TAO/tao/PI/ORBInitInfo.pidl6
-rw-r--r--TAO/tao/PI/PICurrent.pidl6
-rw-r--r--TAO/tao/PI/PolicyFactory.pidl2
-rw-r--r--TAO/tao/PI/RequestInfo.pidl6
-rw-r--r--TAO/tao/PI_Server/ServerRequestInfo.pidl4
-rw-r--r--TAO/tao/PI_Server/ServerRequestInterceptor.pidl2
-rw-r--r--TAO/tao/PortableServer/IdAssignmentPolicy.pidl2
-rw-r--r--TAO/tao/PortableServer/IdUniquenessPolicy.pidl2
-rw-r--r--TAO/tao/PortableServer/ImplicitActivationPolicy.pidl2
-rw-r--r--TAO/tao/PortableServer/LifespanPolicy.pidl2
-rw-r--r--TAO/tao/PortableServer/PS_Current.pidl2
-rw-r--r--TAO/tao/PortableServer/PS_Forward.pidl2
-rw-r--r--TAO/tao/PortableServer/PortableServer.pidl6
-rw-r--r--TAO/tao/PortableServer/RequestProcessingPolicy.pidl2
-rw-r--r--TAO/tao/PortableServer/ServantLocator.pidl2
-rw-r--r--TAO/tao/PortableServer/ServantRetentionPolicy.pidl2
-rw-r--r--TAO/tao/PortableServer/ThreadPolicy.pidl2
-rw-r--r--TAO/tao/RTCORBA/RTCORBA.pidl6
-rw-r--r--TAO/tao/RTScheduling/RTScheduler_include.pidl2
28 files changed, 44 insertions, 44 deletions
diff --git a/TAO/tao/AnyTypeCode/Dynamic.pidl b/TAO/tao/AnyTypeCode/Dynamic.pidl
index 50db7cdc1c0..6a15c71045e 100644
--- a/TAO/tao/AnyTypeCode/Dynamic.pidl
+++ b/TAO/tao/AnyTypeCode/Dynamic.pidl
@@ -25,8 +25,8 @@
// File: Dynamic.idl
// Used primarily for Interceptors
-#include "Dynamic_Parameter.pidl"
-#include "StringSeq.pidl"
+#include "tao/AnyTypeCode/Dynamic_Parameter.pidl"
+#include "tao/StringSeq.pidl"
#ifndef _DYNAMIC_IDL_
#define _DYNAMIC_IDL_
diff --git a/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl b/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl
index 1f5c5dedd9d..f90830a9ed1 100644
--- a/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl
+++ b/TAO/tao/AnyTypeCode/Dynamic_Parameter.pidl
@@ -29,7 +29,7 @@
#ifndef _DYNAMIC_PARAMETER_IDL_
#define _DYNAMIC_PARAMETER_IDL_
-#include <ParameterMode.pidl>
+#include <tao/ParameterMode.pidl>
module Dynamic
{
diff --git a/TAO/tao/BiDir_GIOP/BiDirPolicy.pidl b/TAO/tao/BiDir_GIOP/BiDirPolicy.pidl
index 3492fb54635..0451bd354fd 100644
--- a/TAO/tao/BiDir_GIOP/BiDirPolicy.pidl
+++ b/TAO/tao/BiDir_GIOP/BiDirPolicy.pidl
@@ -21,7 +21,7 @@
#pragma prefix "omg.org"
-#include <Policy.pidl>
+#include <tao/Policy.pidl>
// Self contained module for Bi-directional GIOP policy
module BiDirPolicy
diff --git a/TAO/tao/CodecFactory/IOP_Codec.pidl b/TAO/tao/CodecFactory/IOP_Codec.pidl
index 79815dbb958..de916277613 100644
--- a/TAO/tao/CodecFactory/IOP_Codec.pidl
+++ b/TAO/tao/CodecFactory/IOP_Codec.pidl
@@ -25,9 +25,9 @@
#ifndef TAO_IOP_CODEC_PIDL
#define TAO_IOP_CODEC_PIDL
-#include <Typecode_types.pidl>
-#include <OctetSeq.pidl>
-#include <CONV_FRAME.pidl>
+#include <tao/Typecode_types.pidl>
+#include <tao/OctetSeq.pidl>
+#include <tao/CONV_FRAME.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/DynamicAny/DynamicAny.pidl b/TAO/tao/DynamicAny/DynamicAny.pidl
index 7006844c879..69dbbf0c05d 100644
--- a/TAO/tao/DynamicAny/DynamicAny.pidl
+++ b/TAO/tao/DynamicAny/DynamicAny.pidl
@@ -52,7 +52,7 @@
#pragma prefix "omg.org"
-#include <Typecode_types.pidl>
+#include <tao/Typecode_types.pidl>
module DynamicAny {
diff --git a/TAO/tao/IFR_Client/IFR_Base.pidl b/TAO/tao/IFR_Client/IFR_Base.pidl
index 331a0757b83..9fa70ea44c7 100644
--- a/TAO/tao/IFR_Client/IFR_Base.pidl
+++ b/TAO/tao/IFR_Client/IFR_Base.pidl
@@ -52,8 +52,8 @@
#ifndef _IFR_BASE_IDL_
#define _IFR_BASE_IDL_
-#include <orb_types.pidl>
-#include <Typecode_types.pidl>
+#include <tao/orb_types.pidl>
+#include <tao/Typecode_types.pidl>
module CORBA
{
diff --git a/TAO/tao/IFR_Client/IFR_Basic.pidl b/TAO/tao/IFR_Client/IFR_Basic.pidl
index 01d2521ea48..c86b4e3a291 100644
--- a/TAO/tao/IFR_Client/IFR_Basic.pidl
+++ b/TAO/tao/IFR_Client/IFR_Basic.pidl
@@ -51,7 +51,7 @@
#define _IFR_BASIC_IDL_
#include "tao/IFR_Client/IFR_Base.pidl"
-#include "ParameterMode.pidl"
+#include "tao/ParameterMode.pidl"
module CORBA
{
diff --git a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl
index 7ffb69abaa4..497073db13c 100644
--- a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl
+++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplate.pidl
@@ -33,7 +33,7 @@
#ifndef _OBJECT_REFERENCE_TEMPLATE_IDL_
#define _OBJECT_REFERENCE_TEMPLATE_IDL_
-#include <PI_Forward.pidl>
+#include <tao/PI_Forward.pidl>
module PortableInterceptor
{
diff --git a/TAO/tao/PI/ClientRequestInfo.pidl b/TAO/tao/PI/ClientRequestInfo.pidl
index 3ee07e65af4..7701f7625ac 100644
--- a/TAO/tao/PI/ClientRequestInfo.pidl
+++ b/TAO/tao/PI/ClientRequestInfo.pidl
@@ -23,8 +23,8 @@
#define _CLIENT_REQUESTINFO_PIDL_
#include "tao/PI/RequestInfo.pidl"
-#include <orb_types.pidl>
-#include <Policy_Forward.pidl>
+#include <tao/orb_types.pidl>
+#include <tao/Policy_Forward.pidl>
module PortableInterceptor {
diff --git a/TAO/tao/PI/ORBInitInfo.pidl b/TAO/tao/PI/ORBInitInfo.pidl
index 91dcbdf06f7..891ae85021c 100644
--- a/TAO/tao/PI/ORBInitInfo.pidl
+++ b/TAO/tao/PI/ORBInitInfo.pidl
@@ -22,10 +22,10 @@
#ifndef _ORBINITINFO_PIDL_
#define _ORBINITINFO_PIDL_
-#include <StringSeq.pidl>
+#include <tao/StringSeq.pidl>
#include "tao/CodecFactory/IOP_Codec_include.pidl"
-#include <PI_Forward.pidl>
-#include <Policy.pidl>
+#include <tao/PI_Forward.pidl>
+#include <tao/Policy.pidl>
module PortableInterceptor {
diff --git a/TAO/tao/PI/PICurrent.pidl b/TAO/tao/PI/PICurrent.pidl
index f60324effc1..4952a8a0d5a 100644
--- a/TAO/tao/PI/PICurrent.pidl
+++ b/TAO/tao/PI/PICurrent.pidl
@@ -20,9 +20,9 @@
#ifndef _PI_CURRENT_IDL_
#define _PI_CURRENT_IDL_
-#include <InvalidSlot.pidl>
-#include <PI_Forward.pidl>
-#include <Current.pidl>
+#include <tao/PI/InvalidSlot.pidl>
+#include <tao/PI_Forward.pidl>
+#include <tao/Current.pidl>
module PortableInterceptor {
diff --git a/TAO/tao/PI/PolicyFactory.pidl b/TAO/tao/PI/PolicyFactory.pidl
index 57a5366b279..d70fe1b1eca 100644
--- a/TAO/tao/PI/PolicyFactory.pidl
+++ b/TAO/tao/PI/PolicyFactory.pidl
@@ -20,7 +20,7 @@
#ifndef _POLICYFACTORY_PIDL_
#define _POLICYFACTORY_PIDL_
-#include <Policy.pidl>
+#include <tao/Policy.pidl>
module PortableInterceptor {
diff --git a/TAO/tao/PI/RequestInfo.pidl b/TAO/tao/PI/RequestInfo.pidl
index e832e45d2ca..b86593c2e82 100644
--- a/TAO/tao/PI/RequestInfo.pidl
+++ b/TAO/tao/PI/RequestInfo.pidl
@@ -22,11 +22,11 @@
#ifndef _REQUESTINFO_PIDL_
#define _REQUESTINFO_PIDL_
-#include <PI_Forward.pidl>
+#include <tao/PI_Forward.pidl>
#include "tao/AnyTypeCode/Dynamic.pidl"
-#include <Messaging_SyncScope.pidl>
+#include <tao/Messaging_SyncScope.pidl>
#include "tao/PI/InvalidSlot.pidl"
-#include <IOP_IOR.pidl>
+#include <tao/IOP_IOR.pidl>
module PortableInterceptor {
diff --git a/TAO/tao/PI_Server/ServerRequestInfo.pidl b/TAO/tao/PI_Server/ServerRequestInfo.pidl
index 9670dd42b02..1737cbd85f1 100644
--- a/TAO/tao/PI_Server/ServerRequestInfo.pidl
+++ b/TAO/tao/PI_Server/ServerRequestInfo.pidl
@@ -23,8 +23,8 @@
#define _SERVER_REQUESTINFO_PIDL_
#include "tao/PI/RequestInfo.pidl"
-#include <orb_types.pidl>
-#include <Policy_Forward.pidl>
+#include <tao/orb_types.pidl>
+#include <tao/Policy_Forward.pidl>
module PortableInterceptor {
diff --git a/TAO/tao/PI_Server/ServerRequestInterceptor.pidl b/TAO/tao/PI_Server/ServerRequestInterceptor.pidl
index 1235962e161..edc735ae678 100644
--- a/TAO/tao/PI_Server/ServerRequestInterceptor.pidl
+++ b/TAO/tao/PI_Server/ServerRequestInterceptor.pidl
@@ -28,7 +28,7 @@
#include "tao/PI/Interceptor.pidl"
#include "tao/PI/PIForwardRequest.pidl"
-#include <OctetSeq.pidl>
+#include <tao/OctetSeq.pidl>
module PortableInterceptor {
diff --git a/TAO/tao/PortableServer/IdAssignmentPolicy.pidl b/TAO/tao/PortableServer/IdAssignmentPolicy.pidl
index 1159445ce0b..9ecb482e4b6 100644
--- a/TAO/tao/PortableServer/IdAssignmentPolicy.pidl
+++ b/TAO/tao/PortableServer/IdAssignmentPolicy.pidl
@@ -17,7 +17,7 @@
#ifndef _PORTABLESERVER_IDASSIGNMENTPOLICY_IDL_
#define _PORTABLESERVER_IDASSIGNMENTPOLICY_IDL_
-#include <Policy.pidl>
+#include <tao/Policy.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/PortableServer/IdUniquenessPolicy.pidl b/TAO/tao/PortableServer/IdUniquenessPolicy.pidl
index 110ee6471f0..e354e871bd0 100644
--- a/TAO/tao/PortableServer/IdUniquenessPolicy.pidl
+++ b/TAO/tao/PortableServer/IdUniquenessPolicy.pidl
@@ -17,7 +17,7 @@
#ifndef _PORTABLESERVER_IDUNIQUENESSPOLICY_IDL_
#define _PORTABLESERVER_IDUNIQUENESSPOLICY_IDL_
-#include <Policy.pidl>
+#include <tao/Policy.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/PortableServer/ImplicitActivationPolicy.pidl b/TAO/tao/PortableServer/ImplicitActivationPolicy.pidl
index 9a5351cac56..9ecb34f0dcd 100644
--- a/TAO/tao/PortableServer/ImplicitActivationPolicy.pidl
+++ b/TAO/tao/PortableServer/ImplicitActivationPolicy.pidl
@@ -17,7 +17,7 @@
#ifndef _PORTABLESERVER_IMPLICITACTIVATIONPOLICY_IDL_
#define _PORTABLESERVER_IMPLICITACTIVATIONPOLICY_IDL_
-#include <Policy.pidl>
+#include <tao/Policy.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/PortableServer/LifespanPolicy.pidl b/TAO/tao/PortableServer/LifespanPolicy.pidl
index 428503d0157..96a4755e620 100644
--- a/TAO/tao/PortableServer/LifespanPolicy.pidl
+++ b/TAO/tao/PortableServer/LifespanPolicy.pidl
@@ -17,7 +17,7 @@
#ifndef _PORTABLESERVER_LIFESPANPOLICY_IDL_
#define _PORTABLESERVER_LIFESPANPOLICY_IDL_
-#include <Policy.pidl>
+#include <tao/Policy.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/PortableServer/PS_Current.pidl b/TAO/tao/PortableServer/PS_Current.pidl
index 57bb1ea845e..d01bb8cffff 100644
--- a/TAO/tao/PortableServer/PS_Current.pidl
+++ b/TAO/tao/PortableServer/PS_Current.pidl
@@ -22,7 +22,7 @@
///FUZZ: disable check_for_include/
#include <tao/PortableServer/PS_Forward.pidl>
-#include <Current.pidl>
+#include <tao/Current.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/PortableServer/PS_Forward.pidl b/TAO/tao/PortableServer/PS_Forward.pidl
index 86f8af6f927..d8618bb921b 100644
--- a/TAO/tao/PortableServer/PS_Forward.pidl
+++ b/TAO/tao/PortableServer/PS_Forward.pidl
@@ -24,7 +24,7 @@
#ifndef _PORTABLESERVER_PS_FORWARD_IDL_
#define _PORTABLESERVER_PS_FORWARD_IDL_
-#include <OctetSeq.pidl>
+#include <tao/OctetSeq.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/PortableServer/PortableServer.pidl b/TAO/tao/PortableServer/PortableServer.pidl
index fd221867830..9fb25a6cec0 100644
--- a/TAO/tao/PortableServer/PortableServer.pidl
+++ b/TAO/tao/PortableServer/PortableServer.pidl
@@ -45,9 +45,9 @@
#define _PORTABLE_SERVER_IDL_
///FUZZ: disable check_for_include/
-#include <Policy_Forward.pidl>
-#include <OctetSeq.pidl>
-#include <orb_types.pidl>
+#include <tao/Policy_Forward.pidl>
+#include <tao/OctetSeq.pidl>
+#include <tao/orb_types.pidl>
#include <tao/PortableServer/PS_Forward.pidl>
#include <tao/PortableServer/IdAssignmentPolicy.pidl>
#include <tao/PortableServer/IdUniquenessPolicy.pidl>
diff --git a/TAO/tao/PortableServer/RequestProcessingPolicy.pidl b/TAO/tao/PortableServer/RequestProcessingPolicy.pidl
index 7c8d7ac787b..4b557ee6704 100644
--- a/TAO/tao/PortableServer/RequestProcessingPolicy.pidl
+++ b/TAO/tao/PortableServer/RequestProcessingPolicy.pidl
@@ -17,7 +17,7 @@
#ifndef _PORTABLESERVER_REQUESTPROCESSINGPOLICY_IDL_
#define _PORTABLESERVER_REQUESTPROCESSINGPOLICY_IDL_
-#include <Policy.pidl>
+#include <tao/Policy.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/PortableServer/ServantLocator.pidl b/TAO/tao/PortableServer/ServantLocator.pidl
index 333fea55271..684291bfbe7 100644
--- a/TAO/tao/PortableServer/ServantLocator.pidl
+++ b/TAO/tao/PortableServer/ServantLocator.pidl
@@ -25,7 +25,7 @@
#define _PORTABLESERVER_SERVANTLOCATOR_IDL_
///FUZZ: disable check_for_include/
-#include <orb_types.pidl>
+#include <tao/orb_types.pidl>
#include <tao/PortableServer/PS_Forward.pidl>
#include <tao/PortableServer/ServantManager.pidl>
#include <tao/PortableServer/ForwardRequest.pidl>
diff --git a/TAO/tao/PortableServer/ServantRetentionPolicy.pidl b/TAO/tao/PortableServer/ServantRetentionPolicy.pidl
index fefc5b0efb5..46ab36fd24d 100644
--- a/TAO/tao/PortableServer/ServantRetentionPolicy.pidl
+++ b/TAO/tao/PortableServer/ServantRetentionPolicy.pidl
@@ -17,7 +17,7 @@
#ifndef _PORTABLESERVER_SERVANTRETENTIONPOLICY_IDL_
#define _PORTABLESERVER_SERVANTRETENTIONPOLICY_IDL_
-#include <Policy.pidl>
+#include <tao/Policy.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/PortableServer/ThreadPolicy.pidl b/TAO/tao/PortableServer/ThreadPolicy.pidl
index a86084a88b5..ead0d6040fc 100644
--- a/TAO/tao/PortableServer/ThreadPolicy.pidl
+++ b/TAO/tao/PortableServer/ThreadPolicy.pidl
@@ -17,7 +17,7 @@
#ifndef _PORTABLESERVER_THREAD_POLICY_IDL_
#define _PORTABLESERVER_THREAD_POLICY_IDL_
-#include <Policy.pidl>
+#include <tao/Policy.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/RTCORBA/RTCORBA.pidl b/TAO/tao/RTCORBA/RTCORBA.pidl
index 327f4441339..ad558db2a38 100644
--- a/TAO/tao/RTCORBA/RTCORBA.pidl
+++ b/TAO/tao/RTCORBA/RTCORBA.pidl
@@ -52,9 +52,9 @@
#ifndef _RT_CORBA_IDL_
#define _RT_CORBA_IDL_
-#include <IOP.pidl>
-#include <TimeBase.pidl>
-#include <Policy.pidl>
+#include <tao/IOP.pidl>
+#include <tao/TimeBase.pidl>
+#include <tao/Policy.pidl>
#pragma prefix "omg.org"
diff --git a/TAO/tao/RTScheduling/RTScheduler_include.pidl b/TAO/tao/RTScheduling/RTScheduler_include.pidl
index c4bd0ba0195..0c743c6794e 100644
--- a/TAO/tao/RTScheduling/RTScheduler_include.pidl
+++ b/TAO/tao/RTScheduling/RTScheduler_include.pidl
@@ -32,7 +32,7 @@
#ifndef _RT_SCHEDULER_INCLUDE_IDL_
#define _RT_SCHEDULER_INCLUDE_IDL_
-#include "../RTScheduling/RTScheduler.pidl"
+#include "tao/RTScheduling/RTScheduler.pidl"
#endif /* _RT_SCHEDULER_INCLUDE_IDL_ */