summaryrefslogtreecommitdiff
path: root/modules/CIAO/ciao/Deployment/Handlers/Component_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ciao/Deployment/Handlers/Component_Handler.cpp')
-rw-r--r--modules/CIAO/ciao/Deployment/Handlers/Component_Handler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/CIAO/ciao/Deployment/Handlers/Component_Handler.cpp b/modules/CIAO/ciao/Deployment/Handlers/Component_Handler.cpp
index fb4b0575003..cec456977d9 100644
--- a/modules/CIAO/ciao/Deployment/Handlers/Component_Handler.cpp
+++ b/modules/CIAO/ciao/Deployment/Handlers/Component_Handler.cpp
@@ -169,6 +169,13 @@ namespace CIAO
svnt_art,
svnt_entry,
idd.name.in ());
+
+ ::Components::ConfigValues attr_config;
+ Deployment_Common::create_attribute_configuration (idd.configProperty,
+ attr_config);
+
+ container->set_attributes (comp_ref.in (),
+ attr_config);
}
catch (::CORBA::Exception &ex)
{