%%------------------------------------------------------------ %% %% Implementation stub file %% %% Target: CosFileTransfer_FileWrapper %% Source: /ldisk/daily_build/otp_prebuild_r12b.2007-12-04_15/otp_src_R12B-0/lib/cosFileTransfer/src/CosFileTransfer.idl %% IC vsn: 4.2.16 %% %% This file is automatically generated. DO NOT EDIT IT. %% %%------------------------------------------------------------ -module('CosFileTransfer_FileWrapper'). -ic_compiled("4_2_16"). -include("CosFileTransfer.hrl"). -export([tc/0,id/0,name/0]). %% returns type code tc() -> {tk_struct,"IDL:omg.org/CosFileTransfer/FileWrapper:1.0", "FileWrapper", [{"the_file", {tk_objref,"IDL:omg.org/CosFileTransfer/File:1.0", "File"}}, {"file_type", {tk_enum,"IDL:omg.org/CosFileTransfer/FileType:1.0", "FileType", ["nfile","ndirectory"]}}]}. %% returns id id() -> "IDL:omg.org/CosFileTransfer/FileWrapper:1.0". %% returns name name() -> "CosFileTransfer_FileWrapper".