Re: [Orbit-python-list] mainloop...
Status: Inactive
Brought to you by:
tack
From: Brian C. <bc...@th...> - 2002-02-07 22:08:10
|
...hrrm. Apparently what I'm overlooking is orbit is broken: CORBA_boolean CORBA_ORB_work_pending(CORBA_ORB orb, CORBA_Environment *ev) { g_assert(!"Not yet implemented"); return(CORBA_FALSE); } /* Section 4.9.2 */ void CORBA_ORB_perform_work(CORBA_ORB orb, CORBA_Environment *ev) { g_assert(!"Not yet implemented"); return; } bleh. Looks like that should read "Never going to be implemented", since development seems to have shifted to ORBit2. ORBit2 appears to support these. Dunno if anything works with ORBit2, however. b.c. |