summaryrefslogtreecommitdiff
path: root/DAnCE/Deployment
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/Deployment')
-rw-r--r--DAnCE/Deployment/Deployment_Application.idl8
-rw-r--r--DAnCE/Deployment/Deployment_ApplicationManager.idl14
-rw-r--r--DAnCE/Deployment/Deployment_Connection.idl2
-rw-r--r--DAnCE/Deployment/Deployment_Data.idl2
-rw-r--r--DAnCE/Deployment/Deployment_DeploymentPlan.idl2
-rw-r--r--DAnCE/Deployment/Deployment_DomainApplication.idl2
-rw-r--r--DAnCE/Deployment/Deployment_DomainApplicationManager.idl4
-rw-r--r--DAnCE/Deployment/Deployment_ExecutionManager.idl6
-rw-r--r--DAnCE/Deployment/Deployment_NodeApplication.idl2
-rw-r--r--DAnCE/Deployment/Deployment_NodeApplicationManager.idl2
-rw-r--r--DAnCE/Deployment/Deployment_NodeManager.idl8
-rw-r--r--DAnCE/Deployment/Deployment_Packaging_Data.idl2
-rw-r--r--DAnCE/Deployment/Deployment_RepositoryManager.idl4
-rw-r--r--DAnCE/Deployment/Deployment_ResourceCommitmentManager.idl2
-rw-r--r--DAnCE/Deployment/Deployment_TargetData.idl2
-rw-r--r--DAnCE/Deployment/Deployment_TargetManager.idl6
16 files changed, 34 insertions, 34 deletions
diff --git a/DAnCE/Deployment/Deployment_Application.idl b/DAnCE/Deployment/Deployment_Application.idl
index 3bd73105718..19059996e59 100644
--- a/DAnCE/Deployment/Deployment_Application.idl
+++ b/DAnCE/Deployment/Deployment_Application.idl
@@ -3,10 +3,10 @@
#ifndef DEPLOYMENT_APPLICATION_IDL
#define DEPLOYMENT_APPLICATION_IDL
-#include "DAnCE/Deployment/Deployment_Connection.idl"
-#include "DAnCE/Deployment/Deployment_StartError.idl"
-#include "DAnCE/Deployment/Deployment_StopError.idl"
-#include "DAnCE/Deployment/Deployment_InvalidConnection.idl"
+#include "Deployment/Deployment_Connection.idl"
+#include "Deployment/Deployment_StartError.idl"
+#include "Deployment/Deployment_StopError.idl"
+#include "Deployment/Deployment_InvalidConnection.idl"
module Deployment
{
diff --git a/DAnCE/Deployment/Deployment_ApplicationManager.idl b/DAnCE/Deployment/Deployment_ApplicationManager.idl
index 4b1dd46fb91..dfad8b4176e 100644
--- a/DAnCE/Deployment/Deployment_ApplicationManager.idl
+++ b/DAnCE/Deployment/Deployment_ApplicationManager.idl
@@ -4,13 +4,13 @@
#ifndef DEPLOYMENT_APPLICATIONMANAGER_IDL
#define DEPLOYMENT_APPLICATIONMANAGER_IDL
-#include "DAnCE/Deployment/Deployment.idl"
-#include "DAnCE/Deployment/Deployment_InvalidProperty.idl"
-#include "DAnCE/Deployment/Deployment_Application.idl"
-#include "DAnCE/Deployment/Deployment_Connection.idl"
-#include "DAnCE/Deployment/Deployment_ResourceNotAvailable.idl"
-#include "DAnCE/Deployment/Deployment_InvalidNodeExecParameter.idl"
-#include "DAnCE/Deployment/Deployment_InvalidComponentExecParameter.idl"
+#include "Deployment/Deployment.idl"
+#include "Deployment/Deployment_InvalidProperty.idl"
+#include "Deployment/Deployment_Application.idl"
+#include "Deployment/Deployment_Connection.idl"
+#include "Deployment/Deployment_ResourceNotAvailable.idl"
+#include "Deployment/Deployment_InvalidNodeExecParameter.idl"
+#include "Deployment/Deployment_InvalidComponentExecParameter.idl"
module Deployment {
diff --git a/DAnCE/Deployment/Deployment_Connection.idl b/DAnCE/Deployment/Deployment_Connection.idl
index a07cd7990a4..e7c2a49cebf 100644
--- a/DAnCE/Deployment/Deployment_Connection.idl
+++ b/DAnCE/Deployment/Deployment_Connection.idl
@@ -3,7 +3,7 @@
#ifndef DEPLOYMENT_CONNECTION_IDL
#define DEPLOYMENT_CONNECTION_IDL
-#include "DAnCE/Deployment/Deployment_DeploymentPlan.idl"
+#include "Deployment/Deployment_DeploymentPlan.idl"
module Deployment
{
diff --git a/DAnCE/Deployment/Deployment_Data.idl b/DAnCE/Deployment/Deployment_Data.idl
index ec21e4715f1..edef317d6c2 100644
--- a/DAnCE/Deployment/Deployment_Data.idl
+++ b/DAnCE/Deployment/Deployment_Data.idl
@@ -3,7 +3,7 @@
#ifndef DEPLOYMENT_DATA_IDL
#define DEPLOYMENT_DATA_IDL
-#include "DAnCE/Deployment/Deployment_DeploymentPlan.idl"
+#include "Deployment/Deployment_DeploymentPlan.idl"
module Deployment {
struct ComponentPackageReference {
diff --git a/DAnCE/Deployment/Deployment_DeploymentPlan.idl b/DAnCE/Deployment/Deployment_DeploymentPlan.idl
index b594e535400..5d93ce7c84e 100644
--- a/DAnCE/Deployment/Deployment_DeploymentPlan.idl
+++ b/DAnCE/Deployment/Deployment_DeploymentPlan.idl
@@ -3,7 +3,7 @@
#ifndef DEPLOYMENT_DEPLOYMENTPLAN_IDL
#define DEPLOYMENT_DEPLOYMENTPLAN_IDL
-#include "DAnCE/Deployment/Deployment_Base.idl"
+#include "Deployment/Deployment_Base.idl"
#include "tao/StringSeq.pidl"
#include "tao/ULongSeq.pidl"
#include "tao/Typecode_types.pidl"
diff --git a/DAnCE/Deployment/Deployment_DomainApplication.idl b/DAnCE/Deployment/Deployment_DomainApplication.idl
index 4d8b1c94ba3..cede03681d5 100644
--- a/DAnCE/Deployment/Deployment_DomainApplication.idl
+++ b/DAnCE/Deployment/Deployment_DomainApplication.idl
@@ -3,7 +3,7 @@
#ifndef DEPLOYMENT_DOMAINAPPLICATION_IDL
#define DEPLOYMENT_DOMAINAPPLICATION_IDL
-#include "DAnCE/Deployment/Deployment_Application.idl"
+#include "Deployment/Deployment_Application.idl"
module Deployment
{
diff --git a/DAnCE/Deployment/Deployment_DomainApplicationManager.idl b/DAnCE/Deployment/Deployment_DomainApplicationManager.idl
index d8d12e3af40..c72526dec0e 100644
--- a/DAnCE/Deployment/Deployment_DomainApplicationManager.idl
+++ b/DAnCE/Deployment/Deployment_DomainApplicationManager.idl
@@ -3,8 +3,8 @@
#ifndef DOMAINAPPLICATIONMANAGER_IDL
#define DOMAINAPPLICATIONMANAGER_IDL
-#include "DAnCE/Deployment/Deployment_DeploymentPlan.idl"
-#include "DAnCE/Deployment/Deployment_ApplicationManager.idl"
+#include "Deployment/Deployment_DeploymentPlan.idl"
+#include "Deployment/Deployment_ApplicationManager.idl"
module Deployment {
interface DomainApplicationManager : ApplicationManager
diff --git a/DAnCE/Deployment/Deployment_ExecutionManager.idl b/DAnCE/Deployment/Deployment_ExecutionManager.idl
index 8a60dbb2ccf..b6c89971312 100644
--- a/DAnCE/Deployment/Deployment_ExecutionManager.idl
+++ b/DAnCE/Deployment/Deployment_ExecutionManager.idl
@@ -2,9 +2,9 @@
#ifndef EXECUTIONMANAGER_IDL
#define EXECUTIONMANAGER_IDL
-#include "DAnCE/Deployment/Deployment_DomainApplicationManager.idl"
-#include "DAnCE/Deployment/Deployment_ResourceCommitmentManager.idl"
-#include "DAnCE/Deployment/Deployment_PlanError.idl"
+#include "Deployment/Deployment_DomainApplicationManager.idl"
+#include "Deployment/Deployment_ResourceCommitmentManager.idl"
+#include "Deployment/Deployment_PlanError.idl"
module Deployment {
interface ExecutionManager {
diff --git a/DAnCE/Deployment/Deployment_NodeApplication.idl b/DAnCE/Deployment/Deployment_NodeApplication.idl
index 73677e40f4d..d1edc791401 100644
--- a/DAnCE/Deployment/Deployment_NodeApplication.idl
+++ b/DAnCE/Deployment/Deployment_NodeApplication.idl
@@ -3,7 +3,7 @@
#ifndef DEPLOYMENT_NODEAPPLICATION_IDL
#define DEPLOYMENT_NODEAPPLICATION_IDL
-#include "DAnCE/Deployment/Deployment_Application.idl"
+#include "Deployment/Deployment_Application.idl"
module Deployment {
interface NodeApplication : Application
diff --git a/DAnCE/Deployment/Deployment_NodeApplicationManager.idl b/DAnCE/Deployment/Deployment_NodeApplicationManager.idl
index 2e7ea458a1d..61eacba7826 100644
--- a/DAnCE/Deployment/Deployment_NodeApplicationManager.idl
+++ b/DAnCE/Deployment/Deployment_NodeApplicationManager.idl
@@ -2,7 +2,7 @@
#ifndef NODEAPPLICATIONMANAGER_IDL
#define NODEAPPLICATIONMANAGER_IDL
-#include "DAnCE/Deployment/Deployment_ApplicationManager.idl"
+#include "Deployment/Deployment_ApplicationManager.idl"
module Deployment {
interface NodeApplicationManager :
diff --git a/DAnCE/Deployment/Deployment_NodeManager.idl b/DAnCE/Deployment/Deployment_NodeManager.idl
index ba488013c00..b7e14963f39 100644
--- a/DAnCE/Deployment/Deployment_NodeManager.idl
+++ b/DAnCE/Deployment/Deployment_NodeManager.idl
@@ -2,10 +2,10 @@
#ifndef DEPLOYMENT_NODEMANAGER_IDL
#define DEPLOYMENT_NODEMANAGER_IDL
-#include "DAnCE/Deployment/Deployment.idl"
-#include "DAnCE/Deployment/Deployment_TargetManager.idl"
-#include "DAnCE/Deployment/Deployment_NodeApplicationManager.idl"
-#include "DAnCE/Deployment/Deployment_PlanError.idl"
+#include "Deployment/Deployment.idl"
+#include "Deployment/Deployment_TargetManager.idl"
+#include "Deployment/Deployment_NodeApplicationManager.idl"
+#include "Deployment/Deployment_PlanError.idl"
module Deployment {
diff --git a/DAnCE/Deployment/Deployment_Packaging_Data.idl b/DAnCE/Deployment/Deployment_Packaging_Data.idl
index 266bb0a8481..a535fb33687 100644
--- a/DAnCE/Deployment/Deployment_Packaging_Data.idl
+++ b/DAnCE/Deployment/Deployment_Packaging_Data.idl
@@ -3,7 +3,7 @@
#ifndef PACKAGING_DATA_IDL
#define PACKAGING_DATA_IDL
-#include "DAnCE/Deployment/Deployment_Data.idl"
+#include "Deployment/Deployment_Data.idl"
module Deployment {
diff --git a/DAnCE/Deployment/Deployment_RepositoryManager.idl b/DAnCE/Deployment/Deployment_RepositoryManager.idl
index 6c5f055b484..9262b961327 100644
--- a/DAnCE/Deployment/Deployment_RepositoryManager.idl
+++ b/DAnCE/Deployment/Deployment_RepositoryManager.idl
@@ -2,8 +2,8 @@
#ifndef REPOSITORY_MANAGER_IDL
#define REPOSITORY_MANAGER_IDL
-#include "DAnCE/Deployment/Deployment_Packaging_Data.idl"
-#include "DAnCE/Deployment/Deployment.idl"
+#include "Deployment/Deployment_Packaging_Data.idl"
+#include "Deployment/Deployment.idl"
module Deployment {
diff --git a/DAnCE/Deployment/Deployment_ResourceCommitmentManager.idl b/DAnCE/Deployment/Deployment_ResourceCommitmentManager.idl
index 9f534d9a364..c7193167ffd 100644
--- a/DAnCE/Deployment/Deployment_ResourceCommitmentManager.idl
+++ b/DAnCE/Deployment/Deployment_ResourceCommitmentManager.idl
@@ -3,7 +3,7 @@
#ifndef RESOURCE_COMMITMENT_MANAGER_IDL
#define RESOURCE_COMMITMENT_MANAGER_IDL
-#include "DAnCE/Deployment/Deployment_Base.idl"
+#include "Deployment/Deployment_Base.idl"
#include "tao/AnyTypeCode/AnySeq.pidl"
module Deployment {
diff --git a/DAnCE/Deployment/Deployment_TargetData.idl b/DAnCE/Deployment/Deployment_TargetData.idl
index 4a48b613853..e2e1d024719 100644
--- a/DAnCE/Deployment/Deployment_TargetData.idl
+++ b/DAnCE/Deployment/Deployment_TargetData.idl
@@ -3,7 +3,7 @@
#ifndef DEPLOYMENT_TARGETDATA_IDL
#define DEPLOYMENT_TARGETDATA_IDL
-#include "DAnCE/Deployment/Deployment_Base.idl"
+#include "Deployment/Deployment_Base.idl"
#include "tao/StringSeq.pidl"
#include "tao/ULongSeq.pidl"
diff --git a/DAnCE/Deployment/Deployment_TargetManager.idl b/DAnCE/Deployment/Deployment_TargetManager.idl
index 32de3a9f0e9..a317cb93e09 100644
--- a/DAnCE/Deployment/Deployment_TargetManager.idl
+++ b/DAnCE/Deployment/Deployment_TargetManager.idl
@@ -3,9 +3,9 @@
#ifndef TARGETMANAGER_IDL
#define TARGETMANAGER_IDL
-#include "DAnCE/Deployment/Deployment_TargetData.idl"
-#include "DAnCE/Deployment/Deployment_DeploymentPlan.idl"
-#include "DAnCE/Deployment/Deployment_ResourceCommitmentManager.idl"
+#include "Deployment/Deployment_TargetData.idl"
+#include "Deployment/Deployment_DeploymentPlan.idl"
+#include "Deployment/Deployment_ResourceCommitmentManager.idl"
module Deployment {
enum DomainUpdateKind {