Public Member Functions

TAO::FlResource_Loader Class Reference

Loads TAO resources related with Fl. More...

#include <FlResource_Loader.h>

List of all members.

Public Member Functions

 FlResource_Loader (void)
virtual ~FlResource_Loader (void)

Detailed Description

Loads TAO resources related with Fl.

This class changes the default reactor implementation into ACE_FlReactor 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 Fl event loop.

Please notice, this class has to be created in the main Fl thread, because set_gui_resource_factory creates a variable in TSS. This way FlReactor is instantiated only in Qt event loop thread.

Definition at line 45 of file FlResource_Loader.h.


Constructor & Destructor Documentation

TAO::FlResource_Loader::FlResource_Loader ( void   ) 

Definition at line 4 of file FlResource_Loader.cpp.

               : FlResource_Loader.cpp 73516 2006-07-14 21:10:15Z jwillemsen $");

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

namespace TAO

TAO::FlResource_Loader::~FlResource_Loader ( void   )  [virtual]

Definition at line 14 of file FlResource_Loader.cpp.

  {
    FlResource_Factory *tmp = 0;


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