#include <Container.h>
Inheritance diagram for TAO_NS_Container:
Public Methods | |
TAO_NS_Container (void) | |
Constuctor. More... | |
virtual | ~TAO_NS_Container () |
Destructor. More... | |
void | init (TAO_NS_POA_Helper *poa, TAO_NS_Worker_Task *worker_task, TAO_NS_POA_Helper *object_poa, TAO_NS_POA_Helper *proxy_poa) |
Init this object. More... | |
void | cleanup (ACE_ENV_SINGLE_ARG_DECL) |
Cleanup. More... | |
void | object_poa (TAO_NS_POA_Helper *object_poa) |
Accessor for the object_poa_ Setting the object_poa_ gives ownership to this class. More... | |
TAO_NS_POA_Helper * | object_poa (void) |
Protected Attributes | |
TAO_NS_POA_Helper * | object_poa_ |
= Protected Methods = Data Members The POA in which the object's are activated. More... | |
int | delete_object_poa_ |
Flag that indicates if we own <object_poa_>. More... |
|
Constuctor.
|
|
Destructor.
|
|
Cleanup.
|
|
Init this object.
|
|
|
|
Accessor for the object_poa_ Setting the object_poa_ gives ownership to this class.
|
|
Flag that indicates if we own <object_poa_>.
|
|
= Protected Methods = Data Members The POA in which the object's are activated.
|