summaryrefslogtreecommitdiff
path: root/ciao_core_2/CIAO/tools/Config_Handlers/DP_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ciao_core_2/CIAO/tools/Config_Handlers/DP_Handler.cpp')
-rw-r--r--ciao_core_2/CIAO/tools/Config_Handlers/DP_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ciao_core_2/CIAO/tools/Config_Handlers/DP_Handler.cpp b/ciao_core_2/CIAO/tools/Config_Handlers/DP_Handler.cpp
index ff26719d544..c5ff32d9c35 100644
--- a/ciao_core_2/CIAO/tools/Config_Handlers/DP_Handler.cpp
+++ b/ciao_core_2/CIAO/tools/Config_Handlers/DP_Handler.cpp
@@ -2,7 +2,7 @@
#include "DP_Handler.h"
#include "ace/UUID.h"
-#include "ciao/Deployment_DataC.h"
+#include "DAnCE/Deployment/Deployment_DataC.h"
#include "CCD_Handler.h"
#include "ADD_Handler.h"
@@ -266,7 +266,7 @@ ACE_RCSID (Config_Handlers,
// We are assuming there is a realizes for the moment
// @@ We may want to change this at a later date by creating a sequence of
- // @@ ComponentInterfaceDescriptions in the DeploymentPlan in ../ciao/Deployment_Data.idl
+ // @@ ComponentInterfaceDescriptions in the DeploymentPlan in ../DAnCE/Deployment/Deployment_Data.idl
// @@ so we can check for length
this->xsc_dp_->realizes(CCD_Handler::component_interface_descr(plan.realizes));
if (!this->xsc_dp_->realizes_p())