make async. work with orbit



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]