Public Member Functions | Protected Member Functions | Private Attributes

TAO::TkResource_Factory Class Reference

TAO_GUI_Resource_Factory for creating TkReactor. More...

#include <TkResource_Factory.h>

Inheritance diagram for TAO::TkResource_Factory:
Inheritance graph
[legend]
Collaboration diagram for TAO::TkResource_Factory:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TkResource_Factory ()

Protected Member Functions

virtual ACE_Reactor_Implreactor_impl (void)
 Create or obtain current reactor implementation.

Private Attributes

ACE_TkReactorreactor_impl_
 Reactor created by this factory.

Detailed Description

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.


Constructor & Destructor Documentation

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 $");


Member Function Documentation

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_)
    {


Member Data Documentation

ACE_TkReactor* TAO::TkResource_Factory::reactor_impl_ [private]

Reactor created by this factory.

Definition at line 53 of file TkResource_Factory.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines