summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.cpp')
-rw-r--r--CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.cpp b/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.cpp
index 4d65478d19c..1e565d37422 100644
--- a/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.cpp
+++ b/CIAO/tools/Config_Handlers/RT-CCM/TPL_Handler.cpp
@@ -10,7 +10,7 @@ namespace CIAO
bool
TPL_Handler::threadpool_with_lanes (
const ThreadpoolWithLanesDef &src,
- ::CIAO::DAnCE::ORS_ThreadpoolWithLanes &dest)
+ ::CIAO::Deployment::ORS_ThreadpoolWithLanes &dest)
{
if (src.id_p ())
{
@@ -52,7 +52,7 @@ namespace CIAO
}
ThreadpoolWithLanesDef TPL_Handler::threadpool_with_lanes (
- const ::CIAO::DAnCE::ORS_ThreadpoolWithLanes &src)
+ const ::CIAO::Deployment::ORS_ThreadpoolWithLanes &src)
{
ThreadpoolWithLanesDef tpl (XMLSchema::unsignedLong (src.stacksize),
XMLSchema::boolean ((src.allow_borrowing)),