make async. work with orbit
- From: Michael Kulakov <mkul zenon net>
- To: orbit-list gnome org
- Subject: make async. work with orbit
- Date: Wed, 01 Nov 2000 18:05:39 +0300
Hello!
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;
}
What about any plans to implement this functions ?
Michael
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]