summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h')
-rw-r--r--CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h b/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h
index 6d1b3b72e98..b5e045eed7a 100644
--- a/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h
+++ b/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.h
@@ -14,7 +14,7 @@
#include /**/ "ace/pre.h"
-#include "DAnCE/Deployment/CIAO_ServerResourcesC.h"
+#include "ComponentServer/CIAO_ServerResourcesC.h"
#include "RT_CCM_Handlers_Export.h"
@@ -35,10 +35,10 @@ namespace CIAO
static bool threadpool_with_lanes (
const ThreadpoolWithLanesDef &src,
- ::CIAO::DAnCE::ORS_ThreadpoolWithLanes &dest);
+ ::CIAO::Deployment::ORS_ThreadpoolWithLanes &dest);
static ThreadpoolWithLanesDef threadpool_with_lanes (
- const ::CIAO::DAnCE::ORS_ThreadpoolWithLanes &src);
+ const ::CIAO::Deployment::ORS_ThreadpoolWithLanes &src);
};
}
}