Discussion:
[omniORB] [omniORBpy3.0] CORBA.ORB omit function 'create_value_tc'
JiangWei
2006-07-11 14:11:24 UTC
Permalink
dir(omniORB.CORBA.ORB)
['InvalidName', '__del__', '__doc__', '__init__', '__methods__',
'__module__', '_d_InvalidName', '_tc_InvalidName', 'create_alias_tc',
'create_array_tc', 'create_enum_tc', 'create_exception_tc',
'create_fixed_tc', 'create_interface_tc', 'create_policy',
'create_recursive_tc', 'create_sequence_tc', 'create_string_tc',
'create_struct_tc', 'create_union_tc', 'create_wstring_tc', 'destroy',
'get_default_context', 'id', 'list_initial_services',
'lookup_value_factory', 'object_to_string', 'perform_work',
'register_value_factory', 'resolve_initial_references', 'run',
'shutdown', 'string_to_object', 'unregister_value_factory', 'work_pending']
Duncan Grisby
2006-07-12 12:15:25 UTC
Permalink
dir(omniORB.CORBA.ORB)
create_value_tc got missed out. I've added it now.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...