costransactions.hrl

来自「OTP是开放电信平台的简称」· HRL 代码 · 共 39 行

HRL
39
字号
%%------------------------------------------------------------%%%% Erlang header file%% %% Target: CosTransactions%% Source: /ldisk/daily_build/otp_prebuild_r11b.2007-06-11_19/otp_src_R11B-5/lib/cosTransactions/src/CosTransactions.idl%% IC vsn: 4.2.13%% %% This file is automatically generated. DO NOT EDIT IT.%%%%-------------------------------------------------------------ifndef(COSTRANSACTIONS_HRL).-define(COSTRANSACTIONS_HRL, true).-record('CosTransactions_otid_t', {formatID, bqual_length, tid}).-record('CosTransactions_TransIdentity', {coord, term, otid}).-record('CosTransactions_PropagationContext', {timeout, current, parents, implementation_specific_data}).-record('CosTransactions_HeuristicRollback', {'OE_ID'="IDL:omg.org/CosTransactions/HeuristicRollback:1.0"}).-record('CosTransactions_HeuristicCommit', {'OE_ID'="IDL:omg.org/CosTransactions/HeuristicCommit:1.0"}).-record('CosTransactions_HeuristicMixed', {'OE_ID'="IDL:omg.org/CosTransactions/HeuristicMixed:1.0"}).-record('CosTransactions_HeuristicHazard', {'OE_ID'="IDL:omg.org/CosTransactions/HeuristicHazard:1.0"}).-record('CosTransactions_WrongTransaction', {'OE_ID'="IDL:omg.org/CosTransactions/WrongTransaction:1.0"}).-record('CosTransactions_SubtransactionsUnavailable', {'OE_ID'="IDL:omg.org/CosTransactions/SubtransactionsUnavailable:1.0"}).-record('CosTransactions_NotSubtransaction', {'OE_ID'="IDL:omg.org/CosTransactions/NotSubtransaction:1.0"}).-record('CosTransactions_Inactive', {'OE_ID'="IDL:omg.org/CosTransactions/Inactive:1.0"}).-record('CosTransactions_NotPrepared', {'OE_ID'="IDL:omg.org/CosTransactions/NotPrepared:1.0"}).-record('CosTransactions_NoTransaction', {'OE_ID'="IDL:omg.org/CosTransactions/NoTransaction:1.0"}).-record('CosTransactions_InvalidControl', {'OE_ID'="IDL:omg.org/CosTransactions/InvalidControl:1.0"}).-record('CosTransactions_Unavailable', {'OE_ID'="IDL:omg.org/CosTransactions/Unavailable:1.0"}).-record('CosTransactions_SynchronizationUnavailable', {'OE_ID'="IDL:omg.org/CosTransactions/SynchronizationUnavailable:1.0"}).-endif.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?