#include <xt_resource.h>
Inheritance diagram for TAO_XT_Resource_Factory:
Public Member Functions | |
TAO_XT_Resource_Factory (void) | |
Constructor. | |
Static Public Member Functions | |
void | set_context (XtAppContext context) |
Set the context used to create the XtReactor. | |
Protected Member Functions | |
virtual ACE_Reactor_Impl * | allocate_reactor_impl (void) const |
Obtain the reactor implementation. | |
Static Private Attributes | |
XtAppContext | context_ = 0 |
Using a <{resource source specifier}> as a discriminator, the factory can return resource instances which are, e.g., global, stored in thread-specific storage, stored in shared memory, etc.
|
Constructor.
|
|
Obtain the reactor implementation.
Reimplemented from TAO_Default_Resource_Factory. |
|
Set the context used to create the XtReactor.
|
|
|