Public Member Functions

TAO::FoxResource_Loader Class Reference

Loads TAO resources related with Fox. More...

#include <FoxResource_Loader.h>

List of all members.

Public Member Functions

 FoxResource_Loader (FXApp *app)
virtual ~FoxResource_Loader (void)

Detailed Description

Loads TAO resources related with Fox.

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

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

Definition at line 47 of file FoxResource_Loader.h.


Constructor & Destructor Documentation

TAO::FoxResource_Loader::FoxResource_Loader ( FXApp *  app  ) 

Definition at line 4 of file FoxResource_Loader.cpp.

               : FoxResource_Loader.cpp 78087 2007-04-18 10:20:49Z johnnyw $");


TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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

Definition at line 14 of file FoxResource_Loader.cpp.

{
  FoxResource_Loader::FoxResource_Loader (FXApp *app)
  {


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