Skip to content

Commit

Permalink
Merge branch 'vladdu/orber_macro_fixes' into maint
Browse files Browse the repository at this point in the history
OTP-12062
  • Loading branch information
brucify committed Jul 11, 2014
2 parents 0e1fc85 + 85f9575 commit 386e8c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/orber/src/orber_iiop.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -467,14 +467,14 @@
[{"iiop_version",?IIOP_VERSION },
{"host", {'tk_string', 0}},
{"port", 'tk_ushort'},
{"object_key", {'tk_sequence', 'tk_octet', 0}}
{"object_key", {'tk_sequence', 'tk_octet', 0}},
{"components", ?IOP_TAGGEDCOMPONENT_SEQ}]}).

-define(PROFILEBODY_1_2_TYPEDEF, {'tk_struct', ?SYSTEM_TYPE, 'IIOP_ProfileBody_1_1',
[{"iiop_version",?IIOP_VERSION },
{"host", {'tk_string', 0}},
{"port", 'tk_ushort'},
{"object_key", {'tk_sequence', 'tk_octet', 0}}
{"object_key", {'tk_sequence', 'tk_octet', 0}},
{"components", ?IOP_TAGGEDCOMPONENT_SEQ}]}).

-define(SSLIOP_SSL, {'tk_struct', ?SYSTEM_TYPE, 'SSLIOP_SSL',
Expand Down

0 comments on commit 386e8c1

Please sign in to comment.