Skip to content

Commit

Permalink
Layout changes
Browse files Browse the repository at this point in the history
    * ciaox11/deployment/handlers/ciaox11_component_handler.cpp:
    * exf/deployment/handlers/ciaox11_exf_component_handler.cpp:
  • Loading branch information
jwillemsen committed Aug 16, 2023
1 parent fc03f73 commit ebc69b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions ciaox11/deployment/handlers/ciaox11_component_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,8 @@ namespace CIAOX11
CIAOX11_LOG_DEBUG ("Component_Handler::install_instance - " <<
"Starting installation for <" << idd.name () << ">");

DAnCEX11::Utility::build_property_map (info.pmap,
mdd.execParameter ());
DAnCEX11::Utility::build_property_map (info.pmap,
idd.configProperty ());
DAnCEX11::Utility::build_property_map (info.pmap, mdd.execParameter ());
DAnCEX11::Utility::build_property_map (info.pmap, idd.configProperty ());

std::string exec_art, exec_entry, svnt_art, svnt_entry, cont_id, tmp, error_string;

Expand Down
6 changes: 2 additions & 4 deletions exf/deployment/handlers/ciaox11_exf_component_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,8 @@ namespace CIAOX11
CIAOX11_LOG_DEBUG ("ExF::Component_Handler::install_instance - " <<
"Starting installation for <" << idd.name () << ">");

DAnCEX11::Utility::build_property_map (info.pmap,
mdd.execParameter ());
DAnCEX11::Utility::build_property_map (info.pmap,
idd.configProperty ());
DAnCEX11::Utility::build_property_map (info.pmap, mdd.execParameter ());
DAnCEX11::Utility::build_property_map (info.pmap, idd.configProperty ());

std::string exec_art, exec_entry, svnt_art, svnt_entry, cont_id, tmp, error_string;

Expand Down

0 comments on commit ebc69b9

Please sign in to comment.