diff options
author | Bruce Yinhe <[email protected]> | 2014-07-11 17:13:18 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-07-11 17:13:18 +0200 |
commit | 386e8c157fce5d0b9f61a1e8ea03e20b6e875619 (patch) | |
tree | 446c3a63f1023e1d59a44dba39df51fd65f392b6 /lib | |
parent | 0e1fc856dec43f9fe825678c0547182d599046c7 (diff) | |
parent | 85f9575c4edc696647af1cf574a2b685154f111c (diff) | |
download | otp-386e8c157fce5d0b9f61a1e8ea03e20b6e875619.tar.gz otp-386e8c157fce5d0b9f61a1e8ea03e20b6e875619.tar.bz2 otp-386e8c157fce5d0b9f61a1e8ea03e20b6e875619.zip |
Merge branch 'vladdu/orber_macro_fixes' into maint
OTP-12062
Diffstat (limited to 'lib')
-rw-r--r-- | lib/orber/src/orber_iiop.hrl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/orber/src/orber_iiop.hrl b/lib/orber/src/orber_iiop.hrl index 7a30af63e4..b2e970b30d 100644 --- a/lib/orber/src/orber_iiop.hrl +++ b/lib/orber/src/orber_iiop.hrl @@ -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', |