Discussion:
[omniORB] _unchecked_narrow in omniORBpy3
JiangWei
2006-07-26 07:10:36 UTC
Permalink
//It's doesn't seem to be in omniORBpy3
dir(CORBA.Object)
['_NP_RepositoryId', '__del__', '__doc__', '__getstate__', '__init__', '__methods__', '__module__', '__setstate__', '_duplicate', '_get_interface', '_hash', '_is_a', '_is_equivalent', '_narrow', '_nil', '_non_existent', '_release']
//
Schlesinger, Philip
2006-07-26 07:57:28 UTC
Permalink
Apologies if this is a duplicate

In omniORB-4.0.7-win32-vc6.zip :

Typo in src\examples\thread\dir.mak line 31

Incorrect:
THREAD_LIB = omnithread30_rt.lib -libpath:$(TOP)\lib\x86_win32

Correct:
THREAD_LIB = omnithread32_rt.lib -libpath:$(TOP)\lib\x86_win32

(change is from omnithread30 to omnithread32)

- Phil
Duncan Grisby
2006-07-27 16:14:50 UTC
Permalink
Post by JiangWei
//It's doesn't seem to be in omniORBpy3
dir(CORBA.Object)
['_NP_RepositoryId', '__del__', '__doc__', '__getstate__', '__init__', '__methods__', '__module__', '__setstate__', '_duplicate', '_get_interface', '_hash', '_is_a', '_is_equivalent', '_narrow', '_nil', '_non_existent', '_release']
//
It got left out. I've added it in CVS now. However, _unchecked_narrow is
a risky kind of thing. I wouldn't recommend using it.

Cheers,

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