From 34a68f56bf9b13a8192e11053cb430b364ed3076 Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Tue, 20 Feb 2007 16:01:43 +0000 Subject: ChangeLogTag:Tue Feb 20 16:03:02 UTC 2007 William R. Otte --- ciao_core_2/CIAO/ChangeLog | 11 +++++++++++ ciao_core_2/CIAO/RACE/Controller/Component/Controller.idl | 2 +- .../CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl | 2 +- ciao_core_2/CIAO/RACE/Plan_Analyzer/Interface/PlanIngress.idl | 2 +- .../CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl | 2 +- ciao_core_2/CIAO/RACE/Planners/Interface/Planner_I.idl | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ciao_core_2/CIAO/ChangeLog b/ciao_core_2/CIAO/ChangeLog index 7b1fd848ebb..8289586c298 100644 --- a/ciao_core_2/CIAO/ChangeLog +++ b/ciao_core_2/CIAO/ChangeLog @@ -1,3 +1,14 @@ +Tue Feb 20 16:03:02 UTC 2007 William R. Otte + + * RACE/Plan_Analyzer/Interface/PlanIngress.idl + * RACE/Planners/Interface/Planner_I.idl + * RACE/Controller/Component/Controller.idl + * RACE/Output_Adapters/Interface/PlanEgress.idl + * RACE/Planner_Manager/Interface/Planner_Manager_I.idl + + Further updates to support migration of Deployment IDL to + DAnCE/Deployment. + Mon Feb 19 21:27:11 UTC 2007 William R. Otte * MPC/config/ciao_events_base_dnc.mpb diff --git a/ciao_core_2/CIAO/RACE/Controller/Component/Controller.idl b/ciao_core_2/CIAO/RACE/Controller/Component/Controller.idl index 3d2959995df..7f9501fe131 100644 --- a/ciao_core_2/CIAO/RACE/Controller/Component/Controller.idl +++ b/ciao_core_2/CIAO/RACE/Controller/Component/Controller.idl @@ -14,7 +14,7 @@ */ #include -#include "ciao/Deployment_Target_Data.idl" +#include "DAnCE/Deployment/Deployment_Target_Data.idl" #include "DAnCE/TargetManager/TargetManagerExt.idl" /** diff --git a/ciao_core_2/CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl b/ciao_core_2/CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl index 911c9966f06..fe3e3f4ed71 100644 --- a/ciao_core_2/CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl +++ b/ciao_core_2/CIAO/RACE/Output_Adapters/Interface/PlanEgress.idl @@ -4,7 +4,7 @@ #ifndef INCLUDED_DEPLOYMENT_DATA #define INCLUDED_DEPLOYMENT_DATA -#include "Deployment_DeploymentPlan.idl" +#include "DAnCE/Deployment/Deployment_DeploymentPlan.idl" #endif module CIAO diff --git a/ciao_core_2/CIAO/RACE/Plan_Analyzer/Interface/PlanIngress.idl b/ciao_core_2/CIAO/RACE/Plan_Analyzer/Interface/PlanIngress.idl index 1074b4f4da3..c68bef4fdf1 100644 --- a/ciao_core_2/CIAO/RACE/Plan_Analyzer/Interface/PlanIngress.idl +++ b/ciao_core_2/CIAO/RACE/Plan_Analyzer/Interface/PlanIngress.idl @@ -4,7 +4,7 @@ #ifndef INCLUDED_DEPLOYMENT_DATA #define INCLUDED_DEPLOYMENT_DATA -#include "Deployment_DeploymentPlan.idl" +#include "DAnCE/Deployment/Deployment_DeploymentPlan.idl" #endif module CIAO diff --git a/ciao_core_2/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl b/ciao_core_2/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl index 7ad88444a52..fb3f483f3b4 100644 --- a/ciao_core_2/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl +++ b/ciao_core_2/CIAO/RACE/Planner_Manager/Interface/Planner_Manager_I.idl @@ -4,7 +4,7 @@ #ifndef INCLUDED_DEPLOYMENT_DATA #define INCLUDED_DEPLOYMENT_DATA -#include "Deployment_DeploymentPlan.idl" +#include "DAnCE/Deployment/Deployment_DeploymentPlan.idl" #endif #include "../../common/RACE_common.idl" diff --git a/ciao_core_2/CIAO/RACE/Planners/Interface/Planner_I.idl b/ciao_core_2/CIAO/RACE/Planners/Interface/Planner_I.idl index 954a61f5269..24611e21b14 100644 --- a/ciao_core_2/CIAO/RACE/Planners/Interface/Planner_I.idl +++ b/ciao_core_2/CIAO/RACE/Planners/Interface/Planner_I.idl @@ -4,7 +4,7 @@ #ifndef INCLUDED_DEPLOYMENT_DATA #define INCLUDED_DEPLOYMENT_DATA -#include "Deployment_DeploymentPlan.idl" +#include "DAnCE/Deployment/Deployment_DeploymentPlan.idl" #endif module CIAO -- cgit v1.2.1