1 #include "ORB_Run_Task.h"
5 TAO_Notify_ORB_Run_Task::TAO_Notify_ORB_Run_Task (TAO_Notify_ORB_Objects
& orb_objects
)
6 : orb_objects_ (orb_objects
)
10 TAO_Notify_ORB_Run_Task::~TAO_Notify_ORB_Run_Task ()
15 TAO_Notify_ORB_Run_Task::svc (void)
19 this->orb_objects_
.current_
->the_priority (0);
21 this->orb_objects_
.orb_
->run ();
23 catch (const CORBA::Exception
&)