[erlang-questions] oe_obj?
Jani Hakala
jani.j.hakala@REDACTED
Wed Apr 3 16:46:12 CEST 2013
Chris King <colanderman@REDACTED> writes:
> All the generated stubs seem to want an "oe_obj" parameter of the type of
> my interface (which is typedef'd to CORBA_Object). My assumption is that
> this is analogous to the OE_THIS parameter required by the stubs generated
> by the erl_genserver backend (i.e. it's the gen_server's PID), but:
>
My guess is that oe_obj is what is usually named user_data (in ic.h
there is typedef void* CORBA_Object).
Jani Hakala
More information about the erlang-questions
mailing list