Loads TAO resources related with Xt. More...
#include <XtResource_Loader.h>
Public Member Functions | |
XtResource_Loader (XtAppContext context) | |
virtual | ~XtResource_Loader () |
Loads TAO resources related with Xt.
This class changes the default reactor implementation into ACE_XtReactor one by calling TAO_ORB_Core::set_gui_resource_factory. User should create an instance of this class before ORB_init when the TAO server has has to be integrated within Xt event loop.
Please notice, this class has to be created in the main Xt thread, because set_gui_resource_factory creates a variable in TSS. This way XtReactor is instantiated only in Xt event loop thread.
Definition at line 40 of file XtResource_Loader.h.
TAO::XtResource_Loader::XtResource_Loader | ( | XtAppContext | context | ) |
Definition at line 5 of file XtResource_Loader.cpp.
: XtResource_Loader.cpp 73516 2006-07-14 21:10:15Z jwillemsen $"); namespace TAO { XtResource_Loader::XtResource_Loader (XtAppContext context)
TAO::XtResource_Loader::~XtResource_Loader | ( | ) | [virtual] |
Definition at line 15 of file XtResource_Loader.cpp.