Skip to content

Commit

Permalink
Merge pull request #333 from jwillemsen/jwi-anyopindent
Browse files Browse the repository at this point in the history
Layout changes
  • Loading branch information
jwillemsen authored Oct 31, 2023
2 parents 0963de8 + 7cc409d commit 954a31d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions ridlbe/c++11/templates/cli/hdr/typedef_anyop.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@

#define _ALIAS_ANYOP_<%= scoped_cxxname.scope_to_cxxname %>_IMPL_
<%= anytypecode_export_macro %> void
_any_cp_in_<%= scoped_cxxname.scope_to_cxxname %> (
TAOX11_CORBA::Any&,
<%= scoped_cxx_in_type %>);
_any_cp_in_<%= scoped_cxxname.scope_to_cxxname %> (TAOX11_CORBA::Any&, <%= scoped_cxx_in_type %>);
<%= anytypecode_export_macro %> void
_any_mv_in_<%= scoped_cxxname.scope_to_cxxname %> (
TAOX11_CORBA::Any&,
<%= scoped_cxx_move_type %>);
_any_mv_in_<%= scoped_cxxname.scope_to_cxxname %> (TAOX11_CORBA::Any&, <%= scoped_cxx_move_type %>);
<%= anytypecode_export_macro %> bool
_any_out_<%= scoped_cxxname.scope_to_cxxname %> (
const TAOX11_CORBA::Any&,
<%= scoped_cxx_out_type %>);
_any_out_<%= scoped_cxxname.scope_to_cxxname %> (const TAOX11_CORBA::Any&, <%= scoped_cxx_out_type %>);

/// Copying any insertion operator
inline void operator<<= (TAOX11_CORBA::Any& any, <%= scoped_cxx_in_type %> _val)
Expand Down

0 comments on commit 954a31d

Please sign in to comment.