summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Deployment/Handlers/CIAO_Handler_Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/Deployment/Handlers/CIAO_Handler_Common.h')
-rw-r--r--modules/CIAO/ciao/Deployment/Handlers/CIAO_Handler_Common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/CIAO/ciao/Deployment/Handlers/CIAO_Handler_Common.h b/modules/CIAO/ciao/Deployment/Handlers/CIAO_Handler_Common.h
index 30614f91e8b..6a2901402d8 100644
--- a/modules/CIAO/ciao/Deployment/Handlers/CIAO_Handler_Common.h
+++ b/modules/CIAO/ciao/Deployment/Handlers/CIAO_Handler_Common.h
@@ -11,6 +11,7 @@
#include <map>
#include <string>
+#include "ccm/CCM_StandardConfiguratorC.h"
#include "Deployment/Deployment_DeploymentPlanC.h"
#include "DAnCE/DAnCE_Utility.h"
@@ -24,6 +25,8 @@ namespace CIAO
static const char * get_implementation (const char *name,
const ::Deployment::DeploymentPlan &plan);
+ static void create_attribute_configuration (const ::Deployment::Properties &props,
+ ::Components::ConfigValues & values);
struct Instance_Info
{
std::string name;