TAO_GUI_Resource_Factory for creating TkReactor. More...
#include <TkResource_Factory.h>
Public Member Functions | |
TkResource_Factory () | |
Protected Member Functions | |
virtual ACE_Reactor_Impl * | reactor_impl (void) |
Create or obtain current reactor implementation. | |
Private Attributes | |
ACE_TkReactor * | reactor_impl_ |
Reactor created by this factory. |
TAO_GUI_Resource_Factory for creating TkReactor.
This factory is intended for creating TkReactor for ORB. This factory can be feed into ORB using TAO_ORB_Core::set_gui_resource_factory method which is usually done by TAO_TkResource_Loader.
Definition at line 40 of file TkResource_Factory.h.
TAO::TkResource_Factory::TkResource_Factory | ( | void | ) |
Definition at line 6 of file TkResource_Factory.cpp.
: TkResource_Factory.cpp 84443 2009-02-12 20:26:35Z johnnyw $");
ACE_Reactor_Impl * TAO::TkResource_Factory::reactor_impl | ( | void | ) | [protected, virtual] |
Create or obtain current reactor implementation.
Implements TAO::GUIResource_Factory.
Definition at line 12 of file TkResource_Factory.cpp.
{ TkResource_Factory::TkResource_Factory (void) : reactor_impl_ (0) { } ACE_Reactor_Impl * TkResource_Factory::reactor_impl (void) { // synchronized by external locks if (!this->reactor_impl_) {
ACE_TkReactor* TAO::TkResource_Factory::reactor_impl_ [private] |
Reactor created by this factory.
Definition at line 53 of file TkResource_Factory.h.