cosfiletransfer.hrl
来自「OTP是开放电信平台的简称」· HRL 代码 · 共 32 行
HRL
32 行
%%------------------------------------------------------------%%%% Erlang header file%% %% Target: CosFileTransfer%% Source: /ldisk/daily_build/otp_prebuild_r11b.2007-06-11_19/otp_src_R11B-5/lib/cosFileTransfer/src/CosFileTransfer.idl%% IC vsn: 4.2.13%% %% This file is automatically generated. DO NOT EDIT IT.%%%%-------------------------------------------------------------ifndef(COSFILETRANSFER_HRL).-define(COSFILETRANSFER_HRL, true).-record('CosFileTransfer_CommandNotImplementedException', {'OE_ID'="IDL:omg.org/CosFileTransfer/CommandNotImplementedException:1.0", reason}).-record('CosFileTransfer_SessionException', {'OE_ID'="IDL:omg.org/CosFileTransfer/SessionException:1.0", reason}).-record('CosFileTransfer_TransferException', {'OE_ID'="IDL:omg.org/CosFileTransfer/TransferException:1.0", reason}).-record('CosFileTransfer_FileNotFoundException', {'OE_ID'="IDL:omg.org/CosFileTransfer/FileNotFoundException:1.0", reason}).-record('CosFileTransfer_RequestFailureException', {'OE_ID'="IDL:omg.org/CosFileTransfer/RequestFailureException:1.0", reason}).-record('CosFileTransfer_IllegalOperationException', {'OE_ID'="IDL:omg.org/CosFileTransfer/IllegalOperationException:1.0", reason}).-record('CosFileTransfer_AccessLevel', {read, insert, replace, extend, erase, read_attr, change_attr, delete}).-record('CosFileTransfer_ProtocolSupport', {protocol_name, addresses}).-record('CosFileTransfer_FileWrapper', {the_file, file_type}).-endif.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?