Skip to content

Commit

Permalink
Merge pull request RemedyIT#389 from jwillemsen/jwi-taocorbainclude
Browse files Browse the repository at this point in the history
Don't add tao_corba.h here, it is already in the cli/src/pre.erb
  • Loading branch information
jwillemsen authored Jun 10, 2024
2 parents 56efa85 + a2eee55 commit 8096477
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ridlbe/c++11/writers/stubproxysource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def initialize(output = STDOUT, opts = {})

@default_pre_includes = []
@default_post_includes = [
'tao/x11/base/tao_corba.h',
'tao/x11/corba.h',
'tao/x11/anytypecode/typecode_impl.h',
'tao/x11/anytypecode/typecode.h'
Expand Down
1 change: 0 additions & 1 deletion ridlbe/c++11/writers/stubsource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def initialize(output = STDOUT, opts = {})
if params[:gen_any_ops] && !params[:gen_anytypecode_source]
@default_pre_includes << 'tao/AnyTypeCode/Any_Impl_T.h'
end
@default_post_includes << 'tao/x11/base/tao_corba.h' unless params[:gen_stub_proxy_source]
@default_post_includes << 'tao/x11/anytypecode/typecode.h' if (params[:gen_typecodes] || params[:gen_any_ops]) && !params[:gen_anytypecode_source]
@default_post_includes << 'tao/x11/anytypecode/typecode_impl.h' if (params[:gen_typecodes] || params[:gen_any_ops]) && !params[:gen_anytypecode_source]
end
Expand Down

0 comments on commit 8096477

Please sign in to comment.