Loads TAO resources related with Tk. More...
#include <TkResource_Loader.h>
Public Member Functions | |
TkResource_Loader (void) | |
virtual | ~TkResource_Loader (void) |
Loads TAO resources related with Tk.
This class changes the default reactor implementation into ACE_TkReactor 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 Tk event loop.
Please notice, this class has to be created in the main Tk thread, because set_gui_resource_factory creates a variable in TSS. This way TkReactor is instantiated only in Tk event loop thread.
Definition at line 45 of file TkResource_Loader.h.
TAO::TkResource_Loader::TkResource_Loader | ( | void | ) |
Definition at line 4 of file TkResource_Loader.cpp.
: TkResource_Loader.cpp 76898 2007-02-04 18:58:07Z johnnyw $"); TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO::TkResource_Loader::~TkResource_Loader | ( | void | ) | [virtual] |
Definition at line 14 of file TkResource_Loader.cpp.
{
TkResource_Loader::TkResource_Loader (void)
{