5 * @author Pradeep Gore <pradeep@oomworks.com>
8 #ifndef TAO_Notify_ORB_RUN_TASK_H
9 #define TAO_Notify_ORB_RUN_TASK_H
11 #include /**/ "ace/pre.h"
14 #include "ORB_Objects.h"
17 * @class TAO_Notify_ORB_Run_Task
19 * @brief Run the ORB::run method in a separate thread.
21 class TAO_Notify_ORB_Run_Task
: public ACE_Task_Base
25 TAO_Notify_ORB_Run_Task (TAO_Notify_ORB_Objects
& orb_objects
);
28 ~TAO_Notify_ORB_Run_Task ();
30 /// The thread entry point.
35 TAO_Notify_ORB_Objects orb_objects_
;
38 #include /**/ "ace/post.h"
39 #endif /* TAO_Notify_ORB_RUN_TASK_H */