Skip to content

Commit

Permalink
Don't add tao_corba.h here, it is already in the cli/src/pre.erb
Browse files Browse the repository at this point in the history
    * ridlbe/c++11/writers/stubproxysource.rb:
    * ridlbe/c++11/writers/stubsource.rb:
  • Loading branch information
jwillemsen committed Jun 7, 2024
1 parent 3d03d72 commit 7b96eb0
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 @@ -28,7 +28,6 @@ def initialize(output = STDOUT, opts = {})
super

@default_pre_includes = []
@default_pre_includes << 'tao/x11/base/tao_corba.h'
@default_pre_includes << 'tao/x11/corba.h'
@default_post_includes = []
unless params[:no_cdr_streaming]
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 7b96eb0

Please sign in to comment.