Skip to content

Commit

Permalink
Fixed typo and layout change
Browse files Browse the repository at this point in the history
    * exf/ridlbe/ccmx11/facets/exf4ami/config.rb:
    * ridlbe/ccmx11/facets/ami4ccm/config.rb:
  • Loading branch information
jwillemsen committed Sep 20, 2023
1 parent 7a51901 commit 49f57c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions exf/ridlbe/ccmx11/facets/exf4ami/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ def self.add_extended_options(ol)
IDL.production(:ami4ccm_conn_source).extend(IDL::CCMX11::ExF::AmiExFConnectorSourceWriter)

IDL.log(2, 'Extending ami4ccm connector servant generation for ExF')
# extend standard generators for AMIA4CCM
# extend standard generators for AMI4CCM
IDL.production(:comp_svnt_source).extend(IDL::CCMX11::ExF::AmiExFSvntConnectorSourceExt)
end
end
end # fctcfg.on_process_input
end # configure facet

# extend the AMIA4CCM facet with some specific ExF settings/handling
# extend the AMI4CCM facet with some specific ExF settings/handling
module AMI4CCMExt
def self.included(base)
base.class_eval do
Expand Down
8 changes: 2 additions & 6 deletions ridlbe/ccmx11/facets/ami4ccm/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -446,12 +446,8 @@ def self.gen_ami_connector_impl(options, idl_ext)
conn_exec_src = GenFile.new(options[:conn_exec_output_src])

# schedule AmiConnectorExecutor writers
IDL.push_production(
:ami4ccm_conn_header,
::IDL::CCMX11::AMI4CCM::AmiConnectorHeaderWriter.new(conn_exec_h, options))
IDL.push_production(
:ami4ccm_conn_source,
::IDL::CCMX11::AMI4CCM::AmiConnectorSourceWriter.new(conn_exec_src, options))
IDL.push_production(:ami4ccm_conn_header, ::IDL::CCMX11::AMI4CCM::AmiConnectorHeaderWriter.new(conn_exec_h, options))
IDL.push_production(:ami4ccm_conn_source, ::IDL::CCMX11::AMI4CCM::AmiConnectorSourceWriter.new(conn_exec_src, options))

if options[:gen_component_servant]
# extend generic servant generators for AMI4CCM
Expand Down

0 comments on commit 49f57c1

Please sign in to comment.