1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
%% Automatically generated. Do not edit.
{srcfile, "application"}.
{appname, "ic"}.
{appvsn, "4.2.11"}.
{module, "ic"}.
{modulesummary, "The Erlang IDL Compiler"}.
{name, "ic:gen/1"}.
{name, "ic:gen/2"}.
{fsummary, "Generate stub and server code according to the OMG CORBA standard. "}.
{lib, "ic_clib"}.
{libsummary, "IC C Library Functions"}.
{name, "CORBA_Environment_alloc/2"}.
{fsummary, "Allocate environment data."}.
{name, "CORBA_free/1"}.
{fsummary, "Free any allocated data."}.
{name, "CORBA_string_alloc/1"}.
{fsummary, "Allocate a string."}.
{name, "CORBA_wstring_alloc/1"}.
{fsummary, "Allocate a wide string."}.
{name, "CORBA_exception_id/1"}.
{fsummary, "Get exception identity."}.
{name, "CORBA_exception_value/1"}.
{fsummary, "Get exception value."}.
{name, "CORBA_exc_set/4"}.
{fsummary, "Set exception."}.
{name, "oe_server_receive/2"}.
{name, "oe_server_receive_tmo/4"}.
{fsummary, " Server receive of notification or request, and sending of reply (in case of request). "}.
{name, "oe_exec_switch/3"}.
{fsummary, "Search for server operation and execute it."}.
{name, "oe_merge_maps/2"}.
{fsummary, "Merge an array of server maps to one single map."}.
{lib, "ic_c_protocol"}.
{libsummary, "IC C Protocol Functions"}.
{name, "oe_prepare_notification_encoding/1"}.
{fsummary, "Prepare client notification encoding."}.
{name, "oe_send_notification/1"}.
{name, "oe_send_notification_tmo/2"}.
{fsummary, "Send client notification."}.
{name, "oe_prepare_request_encoding/1"}.
{fsummary, "Prepare client request encoding."}.
{name, "oe_send_request_and_receive_reply/1"}.
{name, "oe_send_request_and_receive_reply_tmo/3"}.
{fsummary, "Send client request and receive reply."}.
{name, "oe_prepare_reply_decoding/1"}.
{fsummary, "Prepare client decoding of reply."}.
{name, "oe_prepare_request_decoding/1"}.
{fsummary, "Prepare server decoding of request."}.
{name, "oe_prepare_reply_encoding/1"}.
{fsummary, "Prepare server encoding of reply."}.
|