summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/RT-CCM/OR_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/RT-CCM/OR_Handler.h')
-rw-r--r--CIAO/tools/Config_Handlers/RT-CCM/OR_Handler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/CIAO/tools/Config_Handlers/RT-CCM/OR_Handler.h b/CIAO/tools/Config_Handlers/RT-CCM/OR_Handler.h
index 7720a230453..41250dc7e99 100644
--- a/CIAO/tools/Config_Handlers/RT-CCM/OR_Handler.h
+++ b/CIAO/tools/Config_Handlers/RT-CCM/OR_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"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -37,11 +37,11 @@ namespace CIAO
public:
static bool orb_resources (const ORBResources &src,
- ::CIAO::DAnCE::ORBResources &dest);
+ ::CIAO::Deployment::ORBResources &dest);
class No_Resource {};
- static ORBResources orb_resources (const ::CIAO::DAnCE::ORBResources &src);
+ static ORBResources orb_resources (const ::CIAO::Deployment::ORBResources &src);
};